global-config: load overlay automatically

This commit is contained in:
Christian Hesse 2021-12-07 15:40:14 +01:00
parent 8f8130775f
commit 1f5cc39b3c
4 changed files with 14 additions and 6 deletions

View file

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