New upstream version 0.3.6
[anytun.git] / usr / lib / systemd / system / anytun-controld@.service
1 [Unit]
2 Description=secure anycast tunneling config daemon for %i
3 PartOf=anytun.service
4 After=anytun@%i.service
5 Documentation=man:anytun-controld(8)
6
7 [Service]
8 Type=simple
9 PIDFile=/run/anytun-controld/%i.pid
10 Environment="NAME=%i" "DAEMONOPTS=-D -L stdout:3 --username anytun"
11 ExecStart=/usr/local/lib/anytun-launcher configd
12 Restart=on-failure
13 PrivateTmp=yes
14 PrivateDevices=yes
15 ProtectSystem=full
16 ProtectHome=yes
17
18 [Install]
19 WantedBy=multi-user.target