aboutsummarylogtreecommitdiffstats
path: root/windscribe.service
diff options
context:
space:
mode:
Diffstat (limited to 'windscribe.service')
-rw-r--r--windscribe.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/windscribe.service b/windscribe.service
new file mode 100644
index 000000000000..ee4c1d30aef3
--- /dev/null
+++ b/windscribe.service
@@ -0,0 +1,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 \ No newline at end of file