blob: 660a2800886eb1dcfd44e6b10c3edf9e85765c21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<samba:parameter name="svcctl list"
type="string"
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>
|