summaryrefslogtreecommitdiffstats
path: root/man/avahi-daemon.8.xml.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-14 00:47:37 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-14 00:47:37 +0000
commit843f5fba386f9787c1562ce02bea42bfdfc09898 (patch)
tree2d6d0005902c91cca1acd161f1eb54558fead62d /man/avahi-daemon.8.xml.in
parent8b5cd6ffd9137b14b7ed678f10a551e3911e4a40 (diff)
* add resource limit enforcement to the daemon
* add ne options --no-rlimits, --no-drop-root, --syslog and --debug git-svn-id: file:///home/lennart/svn/public/avahi/trunk@311 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'man/avahi-daemon.8.xml.in')
-rw-r--r--man/avahi-daemon.8.xml.in23
1 files changed, 22 insertions, 1 deletions
diff --git a/man/avahi-daemon.8.xml.in b/man/avahi-daemon.8.xml.in
index 93002ec..ce8ab81 100644
--- a/man/avahi-daemon.8.xml.in
+++ b/man/avahi-daemon.8.xml.in
@@ -65,9 +65,29 @@
<option>
<p><opt>-D | --daemonize</opt></p>
- <optdesc><p>Daemonize after startup and redirect log messages to syslog.</p></optdesc>
+ <optdesc><p>Daemonize after startup. Implies <opt>--syslog</opt></p></optdesc>
</option>
+ <option>
+ <p><opt>-s | --syslog</opt></p>
+ <optdesc><p>Log to syslog instead of STDERR. Implied by <opt>--daemonize</opt></p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>--debug</opt></p>
+ <optdesc><p>Increase verbosity to debug level</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>--no-rlimits</opt></p>
+ <optdesc><p>Don't enforce resource limits as specified in the configuration file. (See <manref section="2" name="setrlimit"/> for more information)</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>--no-drop-root</opt></p>
+ <optdesc><p>Don't drop root priviliges after startup and don't require daemon to be started as root. We recommend not to use this option.</p></optdesc>
+ </option>
+
<option>
<p><opt>-k | --kill</opt></p>
<optdesc><p>Kill an already running avahi-daemon. (equivalent to sending a SIGTERM)</p></optdesc>
@@ -100,6 +120,7 @@
<optdesc><p>Show version information </p></optdesc>
</option>
+
</options>