mirror of
https://github.com/samba-team/samba.git
synced 2025-06-18 19:17:08 +03:00
17 lines
499 B
XML
17 lines
499 B
XML
<samba:parameter name="root postexec"
|
|
context="S"
|
|
type="string"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
This is the same as the <parameter moreinfo="none">postexec</parameter>
|
|
parameter except that the command is run as root. This is useful for
|
|
unmounting filesystems (such as CDROMs) after a connection is closed.
|
|
</para>
|
|
</description>
|
|
|
|
<related>postexec</related>
|
|
<value type="default"></value>
|
|
</samba:parameter>
|