mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
17 lines
596 B
XML
17 lines
596 B
XML
|
<samba:parameter name="lock directory"
|
||
|
context="G"
|
||
|
advanced="1" developer="1"
|
||
|
type="string"
|
||
|
xmlns:samba="http://samba.org/common">
|
||
|
<synonym>lock dir</synonym>
|
||
|
<description>
|
||
|
<para>This option specifies the directory where lock
|
||
|
files will be placed. The lock files are used to implement the
|
||
|
<link linkend="MAXCONNECTIONS"><parameter moreinfo="none">max connections</parameter>
|
||
|
</link> option.</para>
|
||
|
</description>
|
||
|
|
||
|
<value type="default">${prefix}/var/locks</value>
|
||
|
<value type="example">/var/run/samba/locks</value>
|
||
|
</samba:parameter>
|