3 |
- |
1 |
# /etc/sysconfig/cgred.conf - CGroup Rules Engine Daemon configuration file
|
|
|
2 |
#
|
|
|
3 |
# The four options listed below (CONFIG_FILE, LOG_FILE, NODAEMON, LOG) are
|
|
|
4 |
# the only valid ones. Defining anything else in this file will cause the
|
|
|
5 |
# CGroup Rules Engine program to fail. So, don't do it.
|
|
|
6 |
|
|
|
7 |
# The pathname to the configuration file for CGroup Rules Engine
|
|
|
8 |
CONFIG_FILE="/etc/cgrules.conf"
|
|
|
9 |
|
|
|
10 |
# Uncomment the following line to log to specified file instead of syslog
|
|
|
11 |
#LOG_FILE="/var/log/cgrulesengd.log"
|
|
|
12 |
|
|
|
13 |
# Uncomment the second line to run CGroup Rules Engine in non-daemon mode
|
|
|
14 |
NODAEMON=""
|
|
|
15 |
#NODAEMON="--nodaemon"
|
|
|
16 |
|
|
|
17 |
# Set owner of cgred socket. 'cgexec' tool should have write access there
|
|
|
18 |
# (either using suid and/or sgid permissions or Linux capabilities).
|
|
|
19 |
SOCKET_USER=""
|
|
|
20 |
SOCKET_GROUP="cgred"
|
|
|
21 |
|
|
|
22 |
# Uncomment the second line to disable logging for CGroup Rules Engine
|
|
|
23 |
# Uncomment the third line to enable more verbose logging.
|
|
|
24 |
LOG=""
|
|
|
25 |
#LOG="--nolog"
|
|
|
26 |
#LOG="-v"
|
|
|
27 |
|