summaryrefslogtreecommitdiffstats
path: root/samples/cgred.conf
blob: 5363be5ac42f1c519abc7592a01b1b2b559f9c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"