D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
Filename :
cgred.conf
back
Copy
# CGroup Rules Engine Daemon configuration file # # You can configure the service with these four variables CONFIG_FILE, LOG_FILE, NODAEMON, LOG # 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" # if LOG_FILE setting is not set, syslog is the default # set cgroup_enable_no_daemon == true in ansible config to enable nodaemon mode, or add "--nodaemon" to temporarily launch as nodaemon NODAEMON="" # Set owner of cgred socket. 'cgexec' tool should have write access there # (either using suid and/or sgid permissions or Linux capabilities). SOCKET_USER="" SOCKET_GROUP="cgred" # --nolog - disable logging for CGroup Rules Engine # -v - enable more verbose logging # enabling both settings makes no sense, so only do one or the other LOG="-v"