summaryrefslogtreecommitdiff
path: root/usr/lib/systemd/system/anytun-control@.service
blob: e8a22894681c0eecfe5b2779e191d99dc5882750 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=secure anycast tunneling config daemon
After=syslog.target network.target
Requires=anytun@%i.service

[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