diff --git a/Module:-script.md b/Module:-script.md index cc3086a..22526f3 100644 --- a/Module:-script.md +++ b/Module:-script.md @@ -22,7 +22,9 @@ exec = checkforupdates ; Default: "" exec-if = pgrep -x myservice -; Will the script output continous content? +; Set this to true for scripts that continuously produce output +; If set to 'true', everytime the script produces a new line of output, the module updates. +; Otherwise, only the first line of output is considered and all later lines are discarded. ; Default: false tail = true