summaryrefslogtreecommitdiff
path: root/usr/lib/systemd/system/anytun@.service
blob: 2b7fa72508134af0be7b26004e2af88939bc4a8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=AnyTun secure anycast tunneling
After=syslog.target network.target

[Service]
Type=simple
PIDFile=/run/anytun/%i.pid
Environment="NAME=%i" "DAEMONOPTS=-D -L stdout:3"
ExecStart=/usr/bin/anytun-launcher.sh vpn

[Install]
WantedBy=multi-user.target