From ee76fe0687b9e3f16f5b45ee996eecd59a0a8488 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 8 Feb 2011 14:55:38 +0000 Subject: [PATCH] - add runlevels, or chkconfig doesn't do anything Changed files: cgconfig.init -> 1.6 cgred.init -> 1.3 --- cgconfig.init | 2 +- cgred.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cgconfig.init b/cgconfig.init index 8d79919..53381be 100644 --- a/cgconfig.init +++ b/cgconfig.init @@ -1,7 +1,7 @@ #!/bin/sh # # cgconfig Control Groups Configuration Startup -# chkconfig: - 5 95 +# chkconfig: 2345 05 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. diff --git a/cgred.init b/cgred.init index 79f6395..ea014f6 100644 --- a/cgred.init +++ b/cgred.init @@ -1,7 +1,7 @@ #!/bin/sh # # cgred CGroups Rules Engine Daemon -# chkconfig: - 14 86 +# chkconfig: 2345 14 86 # description: This is a daemon for automatically classifying processes \ # into cgroups based on UID/GID. # -- 2.44.0