summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/misc/panicaction.xml
blob: b8ffa704589111ad07e259e4af75346bc55696be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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">&quot;/bin/sleep 90000&quot;</value>
</samba:parameter>