mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-26 19:48:40 +02:00
README: add valid script to scheduler
This commit is contained in:
parent
1ee3213e02
commit
e479f3b01a
2 changed files with 8 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
run global-functions;
|
||||
}
|
||||
/ system scheduler {
|
||||
add name=global-config start-time=startup on-event=global-config;
|
||||
add name=global-functions start-time=startup on-event=global-functions;
|
||||
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;";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue