Document Unraid automation schedules

This commit is contained in:
2026-05-16 20:11:19 +02:00
parent ef3b546d30
commit 6ca829ec45
3 changed files with 48 additions and 19 deletions
@@ -17,7 +17,7 @@ bash /mnt/user/services/homelab-infra/services/posture-check/posture-check.sh
## `posture-check-hourly`
Zeit: stuendlich.
Zeit: stuendlich bei Minute 17, Cron `17 * * * *`.
```bash
#!/bin/bash
@@ -26,7 +26,7 @@ bash /mnt/user/services/homelab-infra/services/posture-check/posture-check.sh
## `cert-token-check-daily`
Zeit: taeglich, z. B. 06:10.
Zeit: taeglich 06:10, Cron `10 6 * * *`.
```bash
#!/bin/bash
@@ -35,7 +35,7 @@ bash /mnt/user/services/homelab-infra/services/posture-check/cert-token-check.sh
## `compose-runtime-drift-daily`
Zeit: taeglich, z. B. 06:20.
Zeit: taeglich 06:20, Cron `20 6 * * *`.
```bash
#!/bin/bash