From 35d2e11a0458a79c89816a2f0be6fb957f91873e Mon Sep 17 00:00:00 2001 From: Balbir Singh Date: Fri, 26 Sep 2008 11:56:34 +0000 Subject: Merge the cgruleseng daemon from Steve Olivieri Signed-off-by: Steve Olivieri Signed-off-by: Balbir Singh git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@190 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- samples/cgred.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 samples/cgred.conf (limited to 'samples') diff --git a/samples/cgred.conf b/samples/cgred.conf new file mode 100644 index 0000000..5363be5 --- /dev/null +++ b/samples/cgred.conf @@ -0,0 +1,19 @@ +# /etc/cgred.d/cgred.conf - CGroup Rules Engine Daemon configuration file +# +# The four options listed below (CONFIG_FILE, LOG_FILE, NODAEMON, NOLOG) 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 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" -- cgit