mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
205c8d62f4
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
23 lines
897 B
XML
23 lines
897 B
XML
<samba:parameter name="svcctl list"
|
|
type="list"
|
|
context="G"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option defines a list of init scripts that smbd
|
|
will use for starting and stopping Unix services via the Win32
|
|
ServiceControl API. This allows Windows administrators to
|
|
utilize the MS Management Console plug-ins to manage a
|
|
Unix server running Samba.</para>
|
|
|
|
<para>The administrator must create a directory
|
|
name <filename>svcctl</filename> in Samba's $(libdir)
|
|
and create symbolic links to the init scripts in
|
|
<filename>/etc/init.d/</filename>. The name of the links
|
|
must match the names given as part of the <parameter>svcctl list</parameter>.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default"/>
|
|
<value type="example">cups postfix portmap httpd</value>
|
|
</samba:parameter>
|