diff options
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/lib/anytun-launcher (renamed from usr/bin/anytun-launcher.sh) | 0 | ||||
-rw-r--r-- | usr/lib/systemd/system/anytun-control@.service | 2 | ||||
-rw-r--r-- | usr/lib/systemd/system/anytun@.service | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/usr/bin/anytun-launcher.sh b/usr/lib/anytun-launcher index 60773fd..60773fd 100755 --- a/usr/bin/anytun-launcher.sh +++ b/usr/lib/anytun-launcher 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 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 |