From 3005a9816b42c0aed65642b925861ff5134dae17 Mon Sep 17 00:00:00 2001 From: kueller Date: Sat, 1 May 2010 15:04:33 +0000 Subject: [PATCH] korrektur der startparameter (S wird dort nicht erkannt!) git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_upstart@5610 504e572c-2e33-0410-9681-be2bf7408885 --- etc/init/loadmodules.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init/loadmodules.conf b/etc/init/loadmodules.conf index 9c32b9c..5a0fa26 100644 --- a/etc/init/loadmodules.conf +++ b/etc/init/loadmodules.conf @@ -3,7 +3,7 @@ author "Harald Kueller " version 1.0 emits none special -start on ( runlevel [S012345] and ( started udev ) +start on ( runlevel [12345] and ( started udev ) pre-start script echo "Loading additional modules"