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 $? }