mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
15 lines
297 B
Desktop File
15 lines
297 B
Desktop File
[Unit]
|
|
Description=Lokinet VPN tunnel: shove all traffic over lokinet
|
|
Requires=lokinet.service
|
|
After=lokinet.service
|
|
|
|
[Service]
|
|
User=_lokinet
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/lokinet-vpn --up --exit %i
|
|
ExecStop=/usr/bin/lokinet-vpn --down
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|