add lokinet-vpn systemd service file

pull/1272/head
Jeff Becker 4 years ago
parent 18b2ef3d1e
commit 8a003a1144
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -0,0 +1,13 @@
[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
Loading…
Cancel
Save