We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b55ab6 commit 324f026Copy full SHA for 324f026
README.md
@@ -57,6 +57,8 @@ zk-flock my_test_lock "bash /home/user/test.sh arg1 arg2 arg3"
57
For attempting to lock lasted for a specific time, use the **-w** option (**--wait**) setting the time in seconds.
58
Add key **-d** or **--daemonize** to starts this appliction as daemon.
59
60
+If need set minimum time in seconds for lock use the **-l** option (**--minlocktime**) - default 5 sec
61
+
62
Use **-p** or **--pdeathsig** to specify a signal that will be sent if the master process died. By default the signal is **SIGTERM**.
63
64
Non Linux usage warning
0 commit comments