diff -ruN e-smith-runit-2.4.0.old/root/etc/e-smith/templates/etc/inittab/15runsvdir e-smith-runit-2.4.0/root/etc/e-smith/templates/etc/inittab/15runsvdir --- e-smith-runit-2.4.0.old/root/etc/e-smith/templates/etc/inittab/15runsvdir 2013-01-29 23:30:44.000000000 -0800 +++ e-smith-runit-2.4.0/root/etc/e-smith/templates/etc/inittab/15runsvdir 1969-12-31 16:00:00.000000000 -0800 @@ -1 +0,0 @@ -sv:7:respawn:/etc/runit/2 diff -ruN e-smith-runit-2.4.0.old/root/etc/init/runit.conf e-smith-runit-2.4.0/root/etc/init/runit.conf --- e-smith-runit-2.4.0.old/root/etc/init/runit.conf 1969-12-31 16:00:00.000000000 -0800 +++ e-smith-runit-2.4.0/root/etc/init/runit.conf 2013-01-30 18:13:44.000000000 -0800 @@ -0,0 +1,14 @@ +# 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 +