aboutsummaryrefslogtreecommitdiffstats
path: root/doc/daily-psk.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/daily-psk.md')
-rw-r--r--doc/daily-psk.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/daily-psk.md b/doc/daily-psk.md
index c6055d6..d472269 100644
--- a/doc/daily-psk.md
+++ b/doc/daily-psk.md
@@ -12,23 +12,23 @@ passphrase to a pseudo-random string daily.
Requirements and installation
-----------------------------
-Just install this script and [global-wait](global-wait.md).
+Just install this script.
Depending on whether you use CAPsMAN (`/ caps-man`) or local wireless
interface (`/ interface wireless`) you need to install a different script.
For CAPsMAN:
- $ScriptInstallUpdate daily-psk.capsman,global-wait;
+ $ScriptInstallUpdate daily-psk.capsman;
For local interface:
- $ScriptInstallUpdate daily-psk.local,global-wait;
+ $ScriptInstallUpdate daily-psk.local;
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="/ system script { run global-wait; run daily-psk.local; }" start-time=startup;
+ / system scheduler add name=daily-psk-startup on-event="/ system script run daily-psk.local;" start-time=startup;
These will update the passphrase on boot and nightly at 3:00.
@@ -46,11 +46,6 @@ Then add an access list entry:
Also notification settings are required for e-mail and telegram.
-See also
---------
-
-* [Wait for configuration und functions](global-wait.md)
-
---
[◀ Go back to main README](../README.md)
[▲ Go back to top](#top)