mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-31 11:21:17 +02:00
15 lines
269 B
Plaintext
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
|
|
}
|
|
|