diff options
Diffstat (limited to 'testing/runit/runit.initd')
-rw-r--r-- | testing/runit/runit.initd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/runit/runit.initd b/testing/runit/runit.initd deleted file mode 100644 index 2f3a0968dc..0000000000 --- a/testing/runit/runit.initd +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 -} - |