aboutsummaryrefslogtreecommitdiffstats
path: root/testing/runit/runit.initd
blob: 59fd4a4c9bd7a58bcb83c076e833587586a34e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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
}