mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-24 10:38:41 +02:00
README: add just one scheduler for global scripts
This commit is contained in:
parent
a7c498a90e
commit
c7c5da2eca
2 changed files with 3 additions and 7 deletions
|
@ -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; }"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue