Document Unraid automation schedules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user