Initial Chef repository
This commit is contained in:
@@ -0,0 +1 @@
|
||||
runit runit/signalinit boolean true
|
||||
@@ -0,0 +1,6 @@
|
||||
start on runlevel-2
|
||||
start on runlevel-3
|
||||
start on runlevel-4
|
||||
start on runlevel-5
|
||||
stop on shutdown
|
||||
respawn /usr/sbin/runsvdir-start
|
||||
@@ -0,0 +1,7 @@
|
||||
start on runlevel 2
|
||||
start on runlevel 3
|
||||
start on runlevel 4
|
||||
start on runlevel 5
|
||||
stop on shutdown
|
||||
respawn
|
||||
exec /usr/sbin/runsvdir-start
|
||||
@@ -0,0 +1,7 @@
|
||||
start on runlevel 2
|
||||
start on runlevel 3
|
||||
start on runlevel 4
|
||||
start on runlevel 5
|
||||
stop on shutdown
|
||||
respawn
|
||||
exec /usr/sbin/runsvdir-start
|
||||
@@ -0,0 +1,7 @@
|
||||
start on runlevel 2
|
||||
start on runlevel 3
|
||||
start on runlevel 4
|
||||
start on runlevel 5
|
||||
stop on shutdown
|
||||
respawn
|
||||
exec /usr/sbin/runsvdir-start
|
||||
Reference in New Issue
Block a user