fix: remove all User Scripts dependencies — Varaverk plugin handles everything via event hooks, no User Scripts needed

This commit is contained in:
Gmer4Lfe
2026-06-01 19:57:21 -04:00
parent 98d2e6efa4
commit e0ae80d2ea
9 changed files with 65 additions and 75 deletions
+7 -8
View File
@@ -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,