mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
README: add just one scheduler for global scripts
This commit is contained in:
@ -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; }"
|
||||
}
|
||||
|
Reference in New Issue
Block a user