diff options
author | Bill Nottingham <notting@redhat.com> | 2009-03-09 22:05:09 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-03-09 22:05:09 -0400 |
commit | f9cf223fc3820b21fea38f49fe3a62c2acd91ae6 (patch) | |
tree | 42b00564a95fe5dd5f1f996f97eddbc6633a7c1d /sysconfig.txt | |
parent | e9e94d1d34f768a7aa316fba63da21b5693f3e0c (diff) | |
download | initscripts-f9cf223fc3820b21fea38f49fe3a62c2acd91ae6.tar initscripts-f9cf223fc3820b21fea38f49fe3a62c2acd91ae6.tar.gz initscripts-f9cf223fc3820b21fea38f49fe3a62c2acd91ae6.tar.bz2 initscripts-f9cf223fc3820b21fea38f49fe3a62c2acd91ae6.tar.xz initscripts-f9cf223fc3820b21fea38f49fe3a62c2acd91ae6.zip |
Document CGROUP_DAEMON
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 009f954b..03499971 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -1,6 +1,16 @@ Files in /etc/sysconfig ======================= +Generic options: + +/etc/sysconfig/* + + CGROUP_DAEMON= + List of control groups that the daemon will be run in. For example, + CGROUP_DAEMON="cpu:daemons cpuacct:/" will run it in the daemons + group for the CPU controller, and the '/' group for the CPU accounting + controller. + /etc/sysconfig/authconfig used by authconfig to store information about the system's user |