summaryrefslogtreecommitdiff
path: root/usr/lib/systemd/system/anytun-control@.service
diff options
context:
space:
mode:
Diffstat (limited to 'usr/lib/systemd/system/anytun-control@.service')
-rw-r--r--usr/lib/systemd/system/anytun-control@.service21
1 files changed, 0 insertions, 21 deletions
diff --git a/usr/lib/systemd/system/anytun-control@.service b/usr/lib/systemd/system/anytun-control@.service
deleted file mode 100644
index 2fd0b75..0000000
--- a/usr/lib/systemd/system/anytun-control@.service
+++ /dev/null
@@ -1,21 +0,0 @@
-[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)
-
-[Service]
-Type=simple
-PIDFile=/run/anytun-controld/%i.pid
-Environment="NAME=%i" "DAEMONOPTS=-D -L stdout:3 --username anytun"
-ExecStart=/usr/local/lib/anytun-launcher configd
-Restart=on-failure
-PrivateTmp=yes
-PrivateDevices=yes
-ProtectSystem=full
-ProtectHome=yes
-
-[Install]
-WantedBy=multi-user.target