aboutsummaryrefslogtreecommitdiffstats
path: root/doc/daily-psk.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-05-31 15:59:07 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-06-01 09:53:33 +0200
commitde8c534d41dbb6dd46e8a6b89d53cf4b34f3953d (patch)
tree7e71229a58e1b61370a70f6cf00f0e8cdbabdde9 /doc/daily-psk.md
parent95181fbef97658acd3b3eaca8753eef716349011 (diff)
doc/daily-psk: rename schedulers...
... to match other scripts.
Diffstat (limited to 'doc/daily-psk.md')
-rw-r--r--doc/daily-psk.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/daily-psk.md b/doc/daily-psk.md
index 0552f0d..1510ab3 100644
--- a/doc/daily-psk.md
+++ b/doc/daily-psk.md
@@ -28,14 +28,14 @@ and add schedulers to run the script:
For CAPsMAN:
$ScriptInstallUpdate daily-psk.capsman;
- /system/scheduler/add interval=1d name=daily-psk-nightly on-event="/system/script/run daily-psk.capsman;" start-time=03:00:00;
- /system/scheduler/add name=daily-psk-startup on-event="/system/script/run daily-psk.capsman;" start-time=startup;
+ /system/scheduler/add interval=1d name=daily-psk on-event="/system/script/run daily-psk.capsman;" start-time=03:00:00;
+ /system/scheduler/add name=daily-psk@startup on-event="/system/script/run daily-psk.capsman;" start-time=startup;
For local interface:
$ScriptInstallUpdate daily-psk.local;
- /system/scheduler/add interval=1d name=daily-psk-nightly on-event="/system/script/run daily-psk.local;" start-time=03:00:00;
- /system/scheduler/add name=daily-psk-startup on-event="/system/script/run daily-psk.local;" start-time=startup;
+ /system/scheduler/add interval=1d name=daily-psk on-event="/system/script/run daily-psk.local;" start-time=03:00:00;
+ /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.