Updated Module: script (markdown)

Patrick Ziegler 2022-04-02 14:03:35 +02:00
parent 6941e9cc5e
commit 3ef431f0b3
1 changed files with 3 additions and 1 deletions

@ -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