diff options
author | Christian Hesse <mail@eworm.de> | 2021-12-07 15:40:14 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-12-07 21:58:03 +0100 |
commit | 1f5cc39b3cb388e69e479d8b2b1a774c2abde37d (patch) | |
tree | b08a4ea23ea38c126c2e757c66ce7fcea4c7a117 /README.md | |
parent | 8f8130775f9dc2590e3408621c8a5ceb80b76d76 (diff) |
global-config: load overlay automatically
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -99,8 +99,8 @@ Save changes and exit with `Ctrl-o`. And finally load configuration and functions and add the scheduler. - / system script { run global-config; run global-config-overlay; run global-functions; }; - / system scheduler add name="global-scripts" start-time=startup on-event="/ system script { run global-config; run global-config-overlay; run global-functions; }"; + / system script { run global-config; run global-functions; }; + / system scheduler add name="global-scripts" start-time=startup on-event="/ system script { run global-config; run global-functions; }"; ![screenshot: run and schedule scripts](README.d/06-run-and-schedule-scripts.png) |