aboutsummarylogtreecommitdiffstats
path: root/windscribe.service
blob: ee4c1d30aef3e83f1dada871389bb47a1daab11e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Windscribe VPN CLI Service
After=syslog.target network.target remote-fs.target nss-lookup.target

[Service]
Type=simple
ExecStart=/usr/bin/windscribe start
ExecStop=/usr/bin/windscribe stop
Restart=on-failure
KillMode=control-group
SuccessExitStatus=SIGKILL
PIDFile=/etc/windscribe/windscribe.pid

[Install]
WantedBy=multi-user.target