diff options
author | Christian Hesse <mail@eworm.de> | 2020-09-03 13:06:20 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-09-03 13:09:22 +0200 |
commit | b3c1450f1caf72a3e207eef2a4f36e8a738f8a2e (patch) | |
tree | 09c16d0afc982c274a07bfc1948b335d3d1f8e25 /doc/check-certificates.md | |
parent | cabafc7853a00fe26ea309e82dd6035bd299f9b4 (diff) |
doc/check-certificates: hint on running on startup
Diffstat (limited to 'doc/check-certificates.md')
-rw-r--r-- | doc/check-certificates.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/check-certificates.md b/doc/check-certificates.md index 51ecd14..6e4a851 100644 --- a/doc/check-certificates.md +++ b/doc/check-certificates.md @@ -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 -------- |