mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 02:05:01 +02:00
doc/check-certificates: move and rename schedule at startup
This commit is contained in:
parent
cfeddde173
commit
95181fbef9
1 changed files with 7 additions and 2 deletions
|
@ -54,9 +54,14 @@ Just run the script:
|
|||
|
||||
/system/scheduler/add interval=1d name=check-certificates on-event="/system/script/run check-certificates;" start-time=startup;
|
||||
|
||||
Alternatively running on startup may be desired:
|
||||
|
||||
/system/scheduler/add name=check-certificates-startup on-event="/system/script/run check-certificates;" start-time=startup;
|
||||
Tips & Tricks
|
||||
-------------
|
||||
|
||||
The script checks for full connectivity before acting, so scheduling at
|
||||
startup is perfectly valid:
|
||||
|
||||
/system/scheduler/add name=check-certificates@startup on-event="/system/script/run check-certificates;" start-time=startup;
|
||||
|
||||
See also
|
||||
--------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue