summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2009-03-08 22:43:51 +0100
committerDhaval Giani <dhaval@linux.vnet.ibm.com>2009-03-09 17:40:54 +0530
commitee231dd6ef22996b98ad8852664cf5037b629b75 (patch)
tree730774ded5304af56f4b8a9aaa1b68fece68a4a9 /scripts
parenta6d564038aa2879e50d01d130d8cc04130e2e555 (diff)
downloadlibcg-ee231dd6ef22996b98ad8852664cf5037b629b75.tar.gz
libcg-ee231dd6ef22996b98ad8852664cf5037b629b75.tar.xz
libcg-ee231dd6ef22996b98ad8852664cf5037b629b75.zip
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 <jsafrane@redhat.com> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/init.d/cgconfig6
1 files 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