~serge-hallyn/ubuntu/natty/libcgroup/upstart

« back to all changes in this revision

Viewing changes to .pc/0011-Replace-misuse-of-hyphens-in-manpages-with-minus-sig.patch/doc/man/cgrulesengd.8

  • Committer: Bazaar Package Importer
  • Author(s): Jon Bernard
  • Date: 2010-12-15 11:20:42 UTC
  • mfrom: (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20101215112042-ww4izbh92r8e05d2
Tags: 0.37-1
* [59d325] New upstream version 0.37
* [bb3923] Set source format to 3.0 (quilt)
* [084091] Bump Standards-Version to 3.9.1
* [3504c3] Update watchfile to look for bzip2 files
* [41151b] Convert patches to git-buldpackage's patch queue format
  (Closes: #604635)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Copyright (C) 2009 Red Hat, Inc. All Rights Reserved.
 
2
.\" Written by Jan Safranek <jsafrane@redhat.com>.
 
3
.TH CGRULESENGD  8 2009-02-18 "Linux" "libcgroup Manual"
 
4
.SH NAME
 
5
cgrulesengd \- control group rules daemon
 
6
 
 
7
.SH SYNOPSIS
 
8
\fBcgrulesengd\fR [options]
 
9
 
 
10
.SH DESCRIPTION
 
11
\fBcgrulesengd\fR is a daemon, which distributes processes to control groups. When
 
12
any process changes its effective UID or GID, \fBcgrulesengd\fR inspects list
 
13
of rules loaded from \fIcgrules.conf\fR file and moves the process to
 
14
the appropriate control group.
 
15
 
 
16
The list of rules is read during the daemon startup and are cached in daemon's memory.
 
17
The daemon reloads the list of rules when it receives SIGUSR2 signal.
 
18
 
 
19
The daemon opens a standard unix socket to receive 'sticky' requests from
 
20
cgexec tool.
 
21
 
 
22
.SH OPTIONS
 
23
.TP
 
24
.B -h|--help
 
25
Display help.
 
26
.TP
 
27
.B -f <path>|--logfile=<path>
 
28
Write log messages to the given log file. When '-' is used as <path>, log messages
 
29
are written to the standard output. Both '\fB-f\fR' and '\fB-s\fR' can be used together then logs
 
30
are sent to both destinations.
 
31
.TP
 
32
.B -s[facility]|--syslog=[facility]
 
33
Write log messages to syslog. The default facility is DAEMON. Both '\fB-f\fR'
 
34
and '\fB-s\fR' can be used together then logs are sent to both destinations.
 
35
.TP
 
36
.B -n|--nodaemon
 
37
Don't fork the daemon, stay in foreground.
 
38
.TP
 
39
.B -v|--verbose
 
40
Display more log messages. This option can be used twice to enable even more log
 
41
messages.
 
42
.TP
 
43
.B -q|--quiet
 
44
Display less log messages. This option can be used twice to enable even less log
 
45
messages and log errors only.
 
46
.TP
 
47
.B -Q|--nolog
 
48
Disable logging.
 
49
.TP
 
50
.B -d|--debug
 
51
Equivalent to '-nvvf -', i.e. don't fork the daemon, display all log messages and
 
52
write them to the standard output.
 
53
.TP
 
54
.B -u <user>|--socket-user=<user>
 
55
.B -g <group>|--socket-group=<group>
 
56
Set owner of cgrulesengd socket. It assumes that cgexec tool runs with proper
 
57
suid permissions so it can write to the socket when cgexec --sticky is used.
 
58
.SH FILES
 
59
.LP
 
60
.PD .1v
 
61
.TP 20
 
62
.B /etc/cgrules.conf
 
63
.TP
 
64
the default libcgroup configuration file
 
65
 
 
66
.SH SEE ALSO
 
67
cgrules.conf (5)