aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/vlmcsd/vlmcsd.initd
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-07-06 11:16:33 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2017-07-06 11:16:39 +0200
commita8ff76a6e5b58432858ca183f08b6b3ad8777d84 (patch)
tree1161112bde5d9437137a8070546208adc9b501f7 /non-free/vlmcsd/vlmcsd.initd
parent999240389ec460eec1c6d3211a63ba4521864cfe (diff)
downloadaports-a8ff76a6e5b58432858ca183f08b6b3ad8777d84.tar.bz2
aports-a8ff76a6e5b58432858ca183f08b6b3ad8777d84.tar.xz
non-free/vlmcsd: upgrade to 1111
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
}