aports/testing/libcgroup/cgred.confd
Natanael Copa 1e41aec846 testing/libcgroup: new aport
Library to control and monitor control groups
http://libcg.sourceforge.net/
2012-09-11 10:33:46 +00:00

18 lines
485 B
Plaintext

# /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