diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-01 21:57:13 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-01 21:57:13 +0100 |
commit | d547f68df12638c42dd78592613cd0886fc064ae (patch) | |
tree | 018ec14cfa0bc91b80e4268cd14ea3168b2709b5 /doc | |
parent | 98c132105dc88b13989c12d5bf9572022c7e986b (diff) |
doc/global-wait: warn about scheduler
Diffstat (limited to 'doc')
-rw-r--r-- | doc/global-wait.md | 3 |
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 ----------------------------- |