diff --git a/etc/init/syslogd.conf b/etc/init/syslogd.conf index 28485cb..886a4aa 100644 --- a/etc/init/syslogd.conf +++ b/etc/init/syslogd.conf @@ -6,7 +6,7 @@ emits none special start on ( runlevel [12345] and (stopped routing)) stop on (runlevel [S06] and stopping udev) -console null +console none respawn exec /usr/sbin/syslogd -n -m 0 diff --git a/etc/init/umountfs.conf b/etc/init/umountfs.conf index 33458c7..562dc01 100644 --- a/etc/init/umountfs.conf +++ b/etc/init/umountfs.conf @@ -3,10 +3,7 @@ author "Harald Kueller " version 1.0 emits none special -stop on (runlevel[06] and (stopped udev)) - -stop on runlevel 6 -stop on runlevel 0 +start on (runlevel[06] and (stopped udev)) console none script