aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-11-01 21:57:13 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-11-01 21:57:13 +0100
commitd547f68df12638c42dd78592613cd0886fc064ae (patch)
tree018ec14cfa0bc91b80e4268cd14ea3168b2709b5
parent98c132105dc88b13989c12d5bf9572022c7e986b (diff)
doc/global-wait: warn about scheduler
-rw-r--r--doc/global-wait.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/global-wait.md b/doc/global-wait.md
index 9fcaa96..60d7211 100644
--- a/doc/global-wait.md
+++ b/doc/global-wait.md
@@ -12,6 +12,9 @@ script at system startup may result in race condition where configuration
and/or function are not yet available. This script is supposed to wait
for everything being prepared.
+Do **not** add this script `global-wait` to the `global-scripts` scheduler!
+It would inhibit the initialization of configuration and functions.
+
Requirements and installation
-----------------------------