14 lines
288 B
Desktop File
14 lines
288 B
Desktop File
[Unit]
|
|
Description=thrunet
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/dsnet-forward.sh start
|
|
ExecStop=/usr/local/bin/dsnet-forward.sh stop
|
|
RemainAfterExit=yes
|
|
# ExecReload=/usr/bin/dsnet sync
|
|
|
|
[Install]
|
|
WantedBy=default.target |