aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/libcgroup/cgred.confd
blob: 663ffc0c7dbd9a5ad97e28c3dddf8103fc9d0935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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