summaryrefslogtreecommitdiff
path: root/doc/dropnroll.8.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dropnroll.8.txt')
-rw-r--r--doc/dropnroll.8.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/dropnroll.8.txt b/doc/dropnroll.8.txt
index 0a8993d..2172f4f 100644
--- a/doc/dropnroll.8.txt
+++ b/doc/dropnroll.8.txt
@@ -24,6 +24,7 @@ dropnroll
[ -x|--script <script> ]
[ -m|--max-children <#of children> ]
[ -p|--children-policy (defer|drop|kill-oldest) ]
+ [ -r|--children-min-runtime <secs> ]
[ -d|--dir <path> ]
....
@@ -111,6 +112,10 @@ The following options can be passed to the *dropnroll* daemon:
'drop';; ingore the new file and don't call *--script*
'kill-oldest';; kill the oldest child (using SIGKILL)
+*-r|--children-min-runtime '<secs>'*::
+ For the kill-oldest policy this sets the minimum number of seconds a child needs to run
+ before it can be killed.
+
*-d|--dir '<path>'*::
Add '<path>' to the watch list. This can be invoked serveral times.