aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-----------------------------