]> git.street.me.uk Git - andy/dehydrated.git/commitdiff
Added LOCKFILE to config.sh.example
authorallixx <piercemind@gmail.com>
Tue, 2 Feb 2016 08:16:53 +0000 (11:16 +0300)
committerallixx <piercemind@gmail.com>
Tue, 2 Feb 2016 08:16:53 +0000 (11:16 +0300)
config.sh.example

index 5ff758cef0565e282776278ea68ab3faff276533..8c7da768bec3802916e6f56130774a995dd20d52 100644 (file)
@@ -65,3 +65,6 @@
 
 # E-mail to use during the registration (default: <unset>)
 #CONTACT_EMAIL=
+
+# Lockfile location, to prevent concurrent access (default: $BASEDIR/lock)
+#LOCKFILE="${BASEDIR}/lock"