aports/non-free/vlmcsd/vlmcsd.initd
2017-07-06 11:16:39 +02:00

15 lines
234 B
Plaintext

#!/sbin/openrc-run
supervisor=supervise-daemon
name=vlmcsd
command="/usr/bin/vlmcsd"
command_user=vlmcsd
command_args="-l syslog"
pidfile="/run/vlmcsd.pid"
depend() {
use logger dns
need net
after firewall
}