aports/testing/runit/runit.initd
Stuart Cardall 569ca78b3b testing/runit: change service dir
changes the service directory to /etc/service
2015-08-07 06:47:37 +00:00

15 lines
269 B
Plaintext

#!/sbin/openrc-run
command="/sbin/runsvdir"
command_args="/etc/service"
pidfile="/run/${SVCNAME}.pid"
command_background="true"
description="starts and monitors a collection of runsv(8) processes"
retry="SIGHUP/5"
depend() {
need localmount
after firewall
}