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