15 lines
220 B
Plaintext
15 lines
220 B
Plaintext
|
# runit - start runit supervisors
|
||
|
#
|
||
|
# This task runs the runit start script, which runs runsvdir
|
||
|
|
||
|
start on runlevel [345]
|
||
|
|
||
|
stop on runlevel [!$RUNLEVEL]
|
||
|
|
||
|
task
|
||
|
|
||
|
export RUNLEVEL
|
||
|
console output
|
||
|
exec /etc/runit/2 $RUNLEVEL
|
||
|
|