docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / protocol / svcctllist.xml
blob53577b31d26144735fe8145a475f47d87ca8519e
1 <samba:parameter name="svcctl list"
2                  type="list"
3                  context="G"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>This option defines a list of init scripts that smbd
7     will use for starting and stopping Unix services via the Win32 
8     ServiceControl API.  This allows Windows administrators to 
9     utilize the MS Management Console plug-ins to manage a 
10     Unix server running Samba.</para>
12     <para>The administrator must create a directory
13     name <filename>svcctl</filename> in Samba's $(libdir)
14     and create symbolic links to the init scripts in 
15     <filename>/etc/init.d/</filename>.  The name of the links
16     must match the names given as part of the <parameter>svcctl list</parameter>.
17     </para>
18 </description>
20 <value type="default"/>
21 <value type="example">cups postfix portmap httpd</value>
22 </samba:parameter>