summarylogtreecommitdiffstats
path: root/windscribe
blob: 49344eb27588464d3e43fea8bbce76c79a08ecd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/openrc-run

name=$RC_SVCNAME
description="Windscribe VPN CLI Service"
supervisor="supervise-daemon"
command="/usr/bin/windscribe"
command_args="start"

depend() {
	after syslog net netmount dns 
}

stop() {
	ebegin "Stopping $RC_SVCNAME"
	/usr/bin/windscribe stop
	eend $?
}