diff options
Diffstat (limited to 'testing/libcgroup/cgred.confd')
-rw-r--r-- | testing/libcgroup/cgred.confd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/libcgroup/cgred.confd b/testing/libcgroup/cgred.confd new file mode 100644 index 000000000..663ffc0c7 --- /dev/null +++ b/testing/libcgroup/cgred.confd @@ -0,0 +1,17 @@ +# /etc/conf.d/cgred.conf: config file for /etc/init.d/cgred + +# 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 +# Uncomment the third line to enable more verbose logging. +#LOG="" +LOG="--nolog" +#LOG="-v" + +# PID file +PID_FILE=/var/run/cgred.pid |