From bf721f9352240694fca1ac986079658178434668 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 8 Jul 2016 00:04:46 +0200 Subject: added --username to systemd unit files --- usr/lib/systemd/system/anytun@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/lib/systemd/system/anytun@.service') 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 -- cgit v1.2.3