diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/cgred.conf | 19 |
1 files changed, 19 insertions, 0 deletions
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" |