fix: remove all User Scripts dependencies — Varaverk plugin handles everything via event hooks, no User Scripts needed
This commit is contained in:
@@ -425,16 +425,15 @@ HOST1_PERSONAL_SHARES=(
|
||||
|
||||
## ━━━ STEP 7 — SCHEDULER SETUP ━━━
|
||||
|
||||
Schedules are managed by the Varaverk plugin scheduler (not User Scripts).
|
||||
Array start is still configured in User Scripts as a single entry.
|
||||
All scheduling is managed by the Varaverk plugin — no User Scripts entries needed.
|
||||
|
||||
### At Startup of Array (User Scripts — single entry)
|
||||
### Array start (Varaverk disks_mounted event hook)
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
bash /boot/config/plugins/varaverk/Orchestrators/array_started.sh
|
||||
# Schedule: At Startup of Array
|
||||
# Run as: Background Task
|
||||
The Varaverk plugin fires `array_started.sh` automatically via its `disks_mounted` event
|
||||
hook. It's registered in `schedule.json`:
|
||||
|
||||
```json
|
||||
"Orchestrators/array_started.sh": { "cron": "array_start", "enabled": true }
|
||||
```
|
||||
|
||||
Launches everything in ARRAY_START_SCRIPTS: api_key_renew, inotify_tuning,
|
||||
|
||||
Reference in New Issue
Block a user