aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-04-01 10:55:13 +0200
committerPayBas <contact@paybas.com>2014-04-01 10:55:13 +0200
commitd561e6ddaad91face07b5d52c8e3eac2651c9d2d (patch)
tree12252b8d44de620757d40301409e6112451a4010 /phpBB/develop
parentf8b5b718906039cd7d310a1d04251845cf801053 (diff)
downloadforums-d561e6ddaad91face07b5d52c8e3eac2651c9d2d.tar
forums-d561e6ddaad91face07b5d52c8e3eac2651c9d2d.tar.gz
forums-d561e6ddaad91face07b5d52c8e3eac2651c9d2d.tar.bz2
forums-d561e6ddaad91face07b5d52c8e3eac2651c9d2d.tar.xz
PHPBB3-12333
Diffstat (limited to 'phpBB/develop')
0 files changed, 0 insertions, 0 deletions
ed. .TP initlog behavior can also be configured by command-line options. .SS OPTIONS .TP .I "\-c, \-\-cmd=[program]" Execute the specified program, logging anything output to stdout or stderr. .TP .I "\-e, \-\-event=[number]" Logs that the specified event happened. Used in conjuction with \fB\-\-name\fR. Currently specified events are: .nf \fB1\fR the action completed successfully \fB2\fR the action failed \fB3\fR the action was cancelled at user request \fB4\fR the action failed due to the failure of a dependent action .TP .I "\-f, \-\-facility=[facility]" Log at the specified syslog facility. The default is \fBdaemon\fR (see syslog(3)). .TP .I "\-n, \-\-name=[string]" Log the event under the specified string, such as "inetd". .TP .I "\-p, \-\-priority=[priority]" Log at the specified syslog priority. The default is \fBnotice\fR (see syslog(3)). .TP .I "\-q" Do not print the program's output, unless it exits with a non-zero exit code. .TP .I "\-r, \-\-run=[program]" Execute the specified program, with an open file descriptor so that the program can pass back commands to initlog. .TP .I "\-s, \-\-string=[string]" Log the specified string to the logger. .TP .I "\-\-conf=[file]" Specifies an alternate configuration file. .SH FILES .I /etc/initlog.conf .SH "SEE ALSO" syslog(3), logger(1)