1CGRULESENGD(8) libcgroup Manual CGRULESENGD(8)
2
3
4
6 cgrulesengd - control group rules daemon
7
8
10 cgrulesengd [options]
11
12
14 cgrulesengd is a daemon, which distributes processes to control groups.
15 When any process changes its effective UID or GID, cgrulesengd inspects
16 list of rules loaded from cgrules.conf file and moves the process to
17 the appropriate control group.
18
19 The list of rules is read during the daemon startup and are cached in
20 daemon's memory. The daemon reloads the list of rules when it receives
21 SIGUSR2 signal.
22
23
25 -h|--help
26 Display help.
27
28 -f <path>|--logfile=<path>
29 Write log messages to the given log file. When '-' is used as
30 <path>, log messages are written to the standard output. Both
31 '-f' and '-s' can be used together then logs are sent to both
32 destinations.
33
34 -s[facility]|--syslog=[facility]
35 Write log messages to syslog. The default facility is DAEMON.
36 Both '-f' and '-s' can be used together then logs are sent to
37 both destinations.
38
39 -n|--nodaemon
40 Don't fork the daemon, stay in foreground.
41
42 -v|--verbose
43 Display more log messages. This option can be used twice to
44 enable even more log messages.
45
46 -q|--quiet
47 Display less log messages. This option can be used twice to
48 enable even less log messages and log errors only.
49
50 -Q|--nolog
51 Disable logging.
52
53 -d|--debug
54 Equivalent to '-nvvf -', i.e. don't fork the daemon, display all
55 log messages and write them to the standard output.
56
57
59 /etc/cgrules.conf
60 the default libcgroup configuration file
61
63 cgrules.conf (5)
64
65
66
67Linux 2009-02-18 CGRULESENGD(8)