From ee231dd6ef22996b98ad8852664cf5037b629b75 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Sun, 8 Mar 2009 22:43:51 +0100 Subject: Start the config earlier We could start cgconfig service earlier, even before network and syslog. $local_fs is not needed, because /bin, /sbin and /etc are guaranteed by rc.sysinit (see Fedora bug #309001, https://bugzilla.redhat.com/show_bug.cgi?id=309001). Signed-off-by: Jan Safranek Signed-off-by: Dhaval Giani --- scripts/init.d/cgconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/init.d/cgconfig b/scripts/init.d/cgconfig index 5b59786..1c60b86 100644 --- a/scripts/init.d/cgconfig +++ b/scripts/init.d/cgconfig @@ -14,15 +14,15 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # # cgconfig Control Groups Configuration Startup -# chkconfig: - 13 87 +# chkconfig: - 5 95 # description: This script runs the cgconfigparser utility to parse and setup # the control group filesystem. It uses /etc/cgconfig.conf # and parses the configuration specified in there. ### BEGIN INIT INFO # Provides: cgconfig -# Required-Start: $local_fs $syslog $time -# Required-Stop: $local_fs $syslog +# Required-Start: +# Required-Stop: # Should-Start: # Should-Stop: # Short-Description: start and stop the WLM configuration -- cgit