From 1e7cfa969fcacb4556fc4c1e960673fc9043fd43 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Thu, 26 Feb 2009 10:07:13 +0000 Subject: [PATCH] libcgroup: cgred.conf.5 man page From: Ivana Varekova This is my proposal of cgred.conf man page. There are used some of some parts of present documentation of libcg - again. Signed-off-by: Ivana Varekova Signed-off-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@346 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- cgred.conf.5 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 cgred.conf.5 diff --git a/cgred.conf.5 b/cgred.conf.5 new file mode 100644 index 00000000..da6983f7 --- /dev/null +++ b/cgred.conf.5 @@ -0,0 +1,49 @@ +.\" Copyright (C) 2006 Red Hat, Inc. All Rights Reserved. +.\" Written by Ivana Varekova . + +.TH CGRED.CONF 5 2009-03-16 "Linux" "libcg Manual" +.SH NAME +cgred.conf \- libcgroup configuration file +.SH DESCRIPTION +\fBcgred.conf\fR is cgred service configuration file. +In this file there could be defined several internal values. +Defining anything else in this file will cause the +CGroup Rules Daemon program to fail. +.TP + +\fBCONFIG_FILE\fR +specifies the configuration file for cgred service + +.TP +\fBLOG_FILE\fR +variable specifies the file to which logs will be written +(by default arew not sent to a file but to syslog) + +.TP +\fBNODAEMON\fR +if it is equal to "--nodamon" then +run cgred in non-daemon mode + +.TP +\fBLOG\fR +define the verbosity of logging. Accepted values are '-v', '-vv', '-q' and +'--nolog'. +.LP + + +.SH FILES +.LP +.PD .1v +.TP 20 +.B /etc/cgred.conf +.TP +default libcgroup configuration file +.PD. + +.SH SEE ALSO +cgrules.conf (5), +cgconfig.conf (5) + + + + -- 2.47.2