mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
13 lines
269 B
Desktop File
13 lines
269 B
Desktop File
[Unit]
|
|
Description=LokiNET VPN tunnel: shove all traffic over lokinet
|
|
Wants=lokinet.service
|
|
After=lokinet.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/lokinet-vpn --up
|
|
ExecStop=/usr/bin/lokinet-vpn --down
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |