aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/vlmcsd/vlmcsd.initd
blob: ffd995fbc541eb4018e153f10e1e1fe0f7d14c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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
}