summaryrefslogtreecommitdiff
path: root/usr/lib/systemd
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2016-07-08 02:42:49 +0200
committerChristian Pointner <equinox@anytun.org>2016-07-08 02:42:49 +0200
commita41392cd588a9bd863267638c60d944e157acf02 (patch)
tree97e6b2bd241bd42b988e68a946a03cc6865387d1 /usr/lib/systemd
parentuse exec @ launcher, also install control daemon systemd unit (diff)
anytun-control vs anytun-controld
Diffstat (limited to 'usr/lib/systemd')
-rw-r--r--usr/lib/systemd/system/anytun-controld@.service (renamed from usr/lib/systemd/system/anytun-control@.service)2
-rw-r--r--usr/lib/systemd/system/anytun@.service1
2 files changed, 1 insertions, 2 deletions
diff --git a/usr/lib/systemd/system/anytun-control@.service b/usr/lib/systemd/system/anytun-controld@.service
index 2fd0b75..675dbcf 100644
--- a/usr/lib/systemd/system/anytun-control@.service
+++ b/usr/lib/systemd/system/anytun-controld@.service
@@ -1,7 +1,6 @@
[Unit]
Description=secure anycast tunneling config daemon for %i
PartOf=anytun.service
-ReloadPropagatedFrom=anytun.service
Requires=anytun@%i.service
After=anytun@%i.service
Documentation=man:anytun-controld(8)
@@ -19,3 +18,4 @@ ProtectHome=yes
[Install]
WantedBy=multi-user.target
+Also=anytun@%i.service
diff --git a/usr/lib/systemd/system/anytun@.service b/usr/lib/systemd/system/anytun@.service
index a837889..17a5b0c 100644
--- a/usr/lib/systemd/system/anytun@.service
+++ b/usr/lib/systemd/system/anytun@.service
@@ -1,7 +1,6 @@
[Unit]
Description=secure anycast tunneling daemon for %i
PartOf=anytun.service
-ReloadPropagatedFrom=anytun.service
Wants=anytun-controld@%i.service
Documentation=man:anytun(8)