summaryrefslogtreecommitdiff
path: root/usr/lib/systemd/system/anytun@.service
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2016-07-08 00:17:10 +0200
committerChristian Pointner <equinox@anytun.org>2016-07-08 00:17:10 +0200
commite88a0d5fcbb8bad848080716b96d3a5cf72fb62f (patch)
tree48c8a292c2e01cbd584445dca0235a58d4faf1df /usr/lib/systemd/system/anytun@.service
parentadded --username to systemd unit files (diff)
moved anytun-lanucher to /lib
Diffstat (limited to 'usr/lib/systemd/system/anytun@.service')
-rw-r--r--usr/lib/systemd/system/anytun@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/lib/systemd/system/anytun@.service b/usr/lib/systemd/system/anytun@.service
index aa7f32b..70fbd17 100644
--- a/usr/lib/systemd/system/anytun@.service
+++ b/usr/lib/systemd/system/anytun@.service
@@ -6,7 +6,7 @@ After=syslog.target network.target
Type=simple
PIDFile=/run/anytun/%i.pid
Environment="NAME=%i" "DAEMONOPTS=-D -L stdout:3 --username anytun"
-ExecStart=/usr/local/bin/anytun-launcher.sh vpn
+ExecStart=/usr/local/lib/anytun-launcher vpn
Restart=on-failure
PrivateTmp=yes
PrivateDevices=yes