diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-11 10:33:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-11 10:33:46 +0000 |
commit | 1e41aec846763728d6c3338cd6227d30827f3ee1 (patch) | |
tree | 7aab7bde87e73f59b72f583e2242d1d1c0ec1d6f /testing/libcgroup/cgred.confd | |
parent | 308573dd347484fb43ad515d504e10a3b09085ec (diff) | |
download | aports-1e41aec846763728d6c3338cd6227d30827f3ee1.tar.bz2 aports-1e41aec846763728d6c3338cd6227d30827f3ee1.tar.xz |
testing/libcgroup: new aport
Library to control and monitor control groups
http://libcg.sourceforge.net/
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 0000000000..663ffc0c7d --- /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 |