README: add just one scheduler for global scripts

This commit is contained in:
Christian Hesse 2019-09-03 20:36:13 +02:00
parent a7c498a90e
commit c7c5da2eca
2 changed files with 3 additions and 7 deletions

View file

@ -22,8 +22,5 @@
run global-config;
run global-functions;
}
/ system scheduler {
add name="global-config" start-time=startup on-event="/ system script run global-config;";
add name="global-functions" start-time=startup on-event="/ system script run global-functions;";
}
/ system scheduler add name="global-scripts" start-time=startup on-event="/ system script { run global-config; run global-functions; }"
}