diff options
author | Christian Pointner <equinox@anytun.org> | 2016-07-08 01:39:03 +0200 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2016-07-08 01:39:03 +0200 |
commit | bfd0bd1a5f8054a273872c4da67f35d21b00ad0e (patch) | |
tree | d246862ced68bd95fd3bb5b408f937a598957f7c /usr/lib/systemd/system/anytun@.service | |
parent | fixed gcrypt warning for anytun-config (diff) |
added some more deps to systemd units
Diffstat (limited to 'usr/lib/systemd/system/anytun@.service')
-rw-r--r-- | usr/lib/systemd/system/anytun@.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/lib/systemd/system/anytun@.service b/usr/lib/systemd/system/anytun@.service index 4b09163..ba2130f 100644 --- a/usr/lib/systemd/system/anytun@.service +++ b/usr/lib/systemd/system/anytun@.service @@ -2,12 +2,13 @@ Description=secure anycast tunneling daemon for %i PartOf=anytun.service ReloadPropagatedFrom=anytun.service +Wants=anytun-controld@%i.service Documentation=man:anytun(8) [Service] Type=simple PIDFile=/run/anytun/%i.pid -Environment="NAME=%i" "DAEMONOPTS=-D -L stdout:3 --username anytun" +Environment="NAME=%i" "DAEMONOPTS=-D --username anytun" ExecStart=/usr/local/lib/anytun-launcher vpn Restart=on-failure PrivateTmp=yes |