aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/vlmcsd/vlmcsd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'non-free/vlmcsd/vlmcsd.initd')
-rw-r--r--non-free/vlmcsd/vlmcsd.initd17
1 files changed, 8 insertions, 9 deletions
diff --git a/non-free/vlmcsd/vlmcsd.initd b/non-free/vlmcsd/vlmcsd.initd
index ff524bd74f..ffd995fbc5 100644
--- a/non-free/vlmcsd/vlmcsd.initd
+++ b/non-free/vlmcsd/vlmcsd.initd
@@ -1,15 +1,14 @@
#!/sbin/openrc-run
-command=/usr/bin/vlmcsd
-pidfile=/run/vlmcsd/vlmcsd.pid
-command_args="-l syslog -p ${pidfile}"
+supervisor=supervise-daemon
name=vlmcsd
-start_stop_daemon_args="--user vlmcsd --group vlmcsd"
+command="/usr/bin/vlmcsd"
+command_user=vlmcsd
+command_args="-l syslog"
+pidfile="/run/vlmcsd.pid"
depend() {
- need networking
-}
-
-start_pre() {
- checkpath -d -o vlmcsd:vlmcsd -m 0775 ${pidfile%/*}
+ use logger dns
+ need net
+ after firewall
}