From 7d1e2f6e2a80d6c41236bb2d1ded71637c595307 Mon Sep 17 00:00:00 2001 From: kueller Date: Sat, 1 May 2010 15:05:47 +0000 Subject: [PATCH] umountfs wird jetzt hoffentlich beim shutdown auch gestartet git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_upstart@5612 504e572c-2e33-0410-9681-be2bf7408885 --- etc/init/syslogd.conf | 2 +- etc/init/umountfs.conf | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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