From 3ef431f0b3d1fc524c21833b3f69cd13c974f0be Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Sat, 2 Apr 2022 14:03:35 +0200 Subject: [PATCH] Updated Module: script (markdown) --- Module:-script.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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