mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
docs/rpcdaemon: some formating fixes
Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri May 17 10:34:18 CEST 2013 on sn-devel-104
This commit is contained in:
committed by
Andreas Schneider
parent
3f3576d642
commit
355f78fe9e
@ -12,8 +12,10 @@
|
||||
|
||||
<para>
|
||||
Two possible values are currently supported:
|
||||
<command moreinfo="none">disabled</command>
|
||||
<command moreinfo="none">fork</command>
|
||||
<programlisting>
|
||||
disabled
|
||||
fork
|
||||
</programlisting>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -39,11 +41,13 @@
|
||||
allowed to handle concurrently is defined by parametrical options named
|
||||
after the daemon.
|
||||
Five options are currently supported:
|
||||
<command moreinfo="none">prefork_min_children</command>
|
||||
<command moreinfo="none">prefork_max_children</command>
|
||||
<command moreinfo="none">prefork_spawn_rate</command>
|
||||
<command moreinfo="none">prefork_max_allowed_clients</command>
|
||||
<command moreinfo="none">prefork_child_min_life</command>
|
||||
<programlisting>
|
||||
prefork_min_children
|
||||
prefork_max_children
|
||||
prefork_spawn_rate
|
||||
prefork_max_allowed_clients
|
||||
prefork_child_min_life
|
||||
</programlisting>
|
||||
|
||||
To set one of these options use the follwing syntax:
|
||||
<programlisting>
|
||||
@ -55,9 +59,11 @@
|
||||
Samba includes separate daemons for spoolss and the lsarpc/lsass,
|
||||
netlogon and samr pipes. Currently three daemons are available and they
|
||||
are called:
|
||||
<command moreinfo="none">epmd</command>
|
||||
<command moreinfo="none">lsasd</command>
|
||||
<command moreinfo="none">spoolssd</command>
|
||||
<programlisting>
|
||||
epmd
|
||||
lsasd
|
||||
spoolssd
|
||||
</programlisting>
|
||||
Example:
|
||||
<programlisting>
|
||||
rpc_daemon:spoolssd = fork
|
||||
|
Reference in New Issue
Block a user