14 lines
217 B
Desktop File
14 lines
217 B
Desktop File
[Unit]
|
|
Description=Wormhole Remote Access
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=wra
|
|
Group=wra
|
|
Type=simple
|
|
ExecStart=/etc/wormhole-ra/tunnel.sh
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
RequiredBy=network.target |