mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-31 08:14:56 +02:00
doc/check-certificates: hint on running on startup
This commit is contained in:
parent
cabafc7853
commit
b3c1450f1c
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ 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 global-wait; run check-certificates; }" start-time=startup;
|
||||
|
||||
See also
|
||||
--------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue