mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
8f8a9f0190
(This used to be commit 9f672c26d6
)
18 lines
674 B
XML
18 lines
674 B
XML
<samba:parameter name="panic action"
|
|
context="G"
|
|
type="string"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This is a Samba developer option that allows a
|
|
system command to be called when either <citerefentry><refentrytitle>smbd</refentrytitle>
|
|
<manvolnum>8</manvolnum></citerefentry> or <citerefentry><refentrytitle>nmbd</refentrytitle>
|
|
<manvolnum>8</manvolnum></citerefentry> crashes. This is usually used to
|
|
draw attention to the fact that a problem occurred.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default"></value>
|
|
<value type="example">"/bin/sleep 90000"</value>
|
|
</samba:parameter>
|