From 769ad7af2b82f8c030cc3d6cabaf480606a72d3e Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Thu, 12 Feb 2009 16:05:00 +0000 Subject: libcgroup: Add new command line options to sample config file From: Jan Safranek Add new command line options to sample config file Signed-off-by: Jan Safranek Acked-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@322 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- samples/cgred.conf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'samples') diff --git a/samples/cgred.conf b/samples/cgred.conf index 5363be5..14209e5 100644 --- a/samples/cgred.conf +++ b/samples/cgred.conf @@ -1,19 +1,22 @@ # /etc/cgred.d/cgred.conf - CGroup Rules Engine Daemon configuration file # -# The four options listed below (CONFIG_FILE, LOG_FILE, NODAEMON, NOLOG) are +# The four options listed below (CONFIG_FILE, LOG_FILE, NODAEMON, LOG) are # the only valid ones. Defining anything else in this file will cause the # CGroup Rules Engine program to fail. So, don't do it. # The pathname to the configuration file for CGroup Rules Engine CONFIG_FILE="/etc/cgrules.conf" -# The pathname to the log file for CGroup Rules Engine -LOG_FILE="/root/cgrulesengd.log" +# Uncomment the following line to log to specified file instead of syslog +#LOG_FILE="/var/log/cgrulesengd.log" # Uncomment the second line to run CGroup Rules Engine in non-daemon mode NODAEMON="" #NODAEMON="--nodaemon" # Uncomment the second line to disable logging for CGroup Rules Engine -NOLOG="" -#NOLOG="--nolog" +# Uncomment the third line to enable more verbose logging. +LOG="" +#LOG="--nolog" +#LOG="-v" + -- cgit