diff options
author | Christian Hesse <mail@eworm.de> | 2020-05-26 23:58:46 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-05-26 23:58:46 +0200 |
commit | c88de834e4e30b3797c184857a9d8dffea94ab35 (patch) | |
tree | 81fe743fe82a348a9e447c217b799b604f91b166 /doc | |
parent | e871cb5a6918c7f4f721fee7be94fe3f261089be (diff) |
doc/daily-psk: use $WaitFullyConnected
Diffstat (limited to 'doc')
-rw-r--r-- | doc/daily-psk.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/daily-psk.md b/doc/daily-psk.md index e6d7aae..26ab3d1 100644 --- a/doc/daily-psk.md +++ b/doc/daily-psk.md @@ -28,7 +28,7 @@ For local interface: And add schedulers to run the script: / system scheduler add interval=1d name=daily-psk-nightly on-event="/ system script run daily-psk.local;" start-date=may/23/2018 start-time=03:00:00; - / system scheduler add name=daily-psk-startup on-event=":global WaitTimeSync; / system script { run global-wait; \$WaitTimeSync; run daily-psk.local; }" start-time=startup; + / system scheduler add name=daily-psk-startup on-event=":global WaitFullyConnected; / system script { run global-wait; \$WaitFullyConnected; run daily-psk.local; }" start-time=startup; These will update the passphrase on boot and nightly at 3:00. |