summaryrefslogtreecommitdiff
path: root/usr/lib/systemd/system/anytun@.service
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2016-07-08 00:04:46 +0200
committerChristian Pointner <equinox@anytun.org>2016-07-08 00:04:46 +0200
commitbf721f9352240694fca1ac986079658178434668 (patch)
tree38804bc05d9fc2cc16c284301bb8ce30eb639930 /usr/lib/systemd/system/anytun@.service
parentstreamlined systemd integration/installation (diff)
added --username to systemd unit files
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 176816b..aa7f32b 100644
--- a/usr/lib/systemd/system/anytun@.service
+++ b/usr/lib/systemd/system/anytun@.service
@@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=simple
PIDFile=/run/anytun/%i.pid
-Environment="NAME=%i" "DAEMONOPTS=-D -L stdout:3"
+Environment="NAME=%i" "DAEMONOPTS=-D -L stdout:3 --username anytun"
ExecStart=/usr/local/bin/anytun-launcher.sh vpn
Restart=on-failure
PrivateTmp=yes