diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-03 17:39:30 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-03 17:39:30 +0000 |
commit | f5d5df9644abc08ae1b16a0826eb8cf5c3de54d1 (patch) | |
tree | 1a8219ffe84022f095ea553da990226c9de49514 /docs/docbook/manpages/winbindd.8.sgml | |
parent | 6985578f5b7b83fc4896ae7316ce1a244e8f9a2d (diff) | |
download | samba-f5d5df9644abc08ae1b16a0826eb8cf5c3de54d1.tar.gz samba-f5d5df9644abc08ae1b16a0826eb8cf5c3de54d1.tar.bz2 samba-f5d5df9644abc08ae1b16a0826eb8cf5c3de54d1.zip |
patch to include support for daemontools from Michael Handler
(This used to be commit a8db1b611d83bfd8dcf60f1e6d8fcbf57c798528)
Diffstat (limited to 'docs/docbook/manpages/winbindd.8.sgml')
-rw-r--r-- | docs/docbook/manpages/winbindd.8.sgml | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/docs/docbook/manpages/winbindd.8.sgml b/docs/docbook/manpages/winbindd.8.sgml index 848f6ed3fa..ccef2fa623 100644 --- a/docs/docbook/manpages/winbindd.8.sgml +++ b/docs/docbook/manpages/winbindd.8.sgml @@ -16,6 +16,8 @@ <refsynopsisdiv> <cmdsynopsis> <command>winbindd</command> + <arg choice="opt">-F</arg> + <arg choice="opt">-S</arg> <arg choice="opt">-i</arg> <arg choice="opt">-B</arg> <arg choice="opt">-d <debug level></arg> @@ -106,6 +108,28 @@ group: files winbind <variablelist> <varlistentry> + <term>-F</term> + <listitem><para>If specified, this parameter causes + the main <command>winbindd</command> process to not daemonize, + i.e. double-fork and disassociate with the terminal. + Child processes are still created as normal to service + each connection request, but the main process does not + exit. This operation mode is suitable for running + <command>winbindd</command> under process supervisors such + as <command>supervise</command> and <command>svscan</command> + from Daniel J. Bernstein's <command>daemontools</command> + package, or the AIX process monitor. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-S</term> + <listitem><para>If specified, this parameter causes + <command>winbindd</command> to log to standard output rather + than a file.</para></listitem> + </varlistentry> + + <varlistentry> <term>-d debuglevel</term> <listitem><para>Sets the debuglevel to an integer between 0 and 100. 0 is for no debugging and 100 is for reams and @@ -118,7 +142,10 @@ group: files winbind <listitem><para>Tells <command>winbindd</command> to not become a daemon and detach from the current terminal. This option is used by developers when interactive debugging - of <command>winbindd</command> is required. </para></listitem> + of <command>winbindd</command> is required. + <command>winbindd</command> also logs to standard output, + as if the <command>-S</command> parameter had been given. + </para></listitem> </varlistentry> <varlistentry> |