]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
Start the config earlier
authorJan Safranek <jsafrane@redhat.com>
Sun, 8 Mar 2009 21:43:51 +0000 (22:43 +0100)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Mon, 9 Mar 2009 12:10:54 +0000 (17:40 +0530)
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 <jsafrane@redhat.com>
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
scripts/init.d/cgconfig

index 5b59786dd1f6bd1f7c631291700b718cd31eb0ec..1c60b86894a18a4671fe200580bba6c8f204dbbb 100644 (file)
 # 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