diff options
author | Christian Pointner <equinox@anytun.org> | 2016-07-08 00:17:10 +0200 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2016-07-08 00:17:10 +0200 |
commit | e88a0d5fcbb8bad848080716b96d3a5cf72fb62f (patch) | |
tree | 48c8a292c2e01cbd584445dca0235a58d4faf1df /usr/lib/systemd/system/anytun-control@.service | |
parent | added --username to systemd unit files (diff) |
moved anytun-lanucher to /lib
Diffstat (limited to 'usr/lib/systemd/system/anytun-control@.service')
-rw-r--r-- | usr/lib/systemd/system/anytun-control@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/lib/systemd/system/anytun-control@.service b/usr/lib/systemd/system/anytun-control@.service index 014dba4..e8a2289 100644 --- a/usr/lib/systemd/system/anytun-control@.service +++ b/usr/lib/systemd/system/anytun-control@.service @@ -7,7 +7,7 @@ Requires=anytun@%i.service Type=simple PIDFile=/run/anytun-controld/%i.pid Environment="NAME=%i" "DAEMONOPTS=-D -L stdout:3 --username anytun" -ExecStart=/usr/local/bin/anytun-launcher.sh configd +ExecStart=/usr/local/lib/anytun-launcher configd Restart=on-failure PrivateTmp=yes PrivateDevices=yes |