summarylogtreecommitdiffstats
path: root/lokinet-vpn.service
diff options
context:
space:
mode:
authorjahway6032022-12-30 23:01:39 -0500
committerjahway6032022-12-30 23:01:39 -0500
commit04e94d59cd822b1c68e720e4e924db2989e9c1b9 (patch)
tree81289722957b49673a3e6e0a962c37d892041073 /lokinet-vpn.service
parent67ce049f3e3d7a81056ad1a925e87dd53f7e404b (diff)
downloadaur-lokinet-bin.tar.gz
changed package to pull specific files from the lokinet makepkg branch
Diffstat (limited to 'lokinet-vpn.service')
-rw-r--r--lokinet-vpn.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/lokinet-vpn.service b/lokinet-vpn.service
deleted file mode 100644
index 61c0089dc9a7..000000000000
--- a/lokinet-vpn.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=LokiNET VPN tunnel: shove all traffic over lokinet
-Requires=lokinet.service
-After=lokinet.service
-
-[Service]
-EnvironmentFile=/etc/conf.d/lokinet
-Type=oneshot
-ExecStart=/usr/bin/lokinet-vpn --up --exit $LOKINET_VPN_EXIT
-ExecStop=/usr/bin/lokinet-vpn --down
-RemainAfterExit=true
-
-[Install]
-WantedBy=multi-user.target