briven-restore-drill.timer12 lines · main
| 1 | [Unit] |
| 2 | Description=Run briven restore drill on the 1st of every month at 04:30 UTC |
| 3 | |
| 4 | [Timer] |
| 5 | # 1st day of each month, 04:30 UTC — well after any monthly close-out |
| 6 | # work and well before any business-hours window in EU/US. |
| 7 | OnCalendar=*-*-01 04:30:00 UTC |
| 8 | Persistent=true |
| 9 | RandomizedDelaySec=900 |
| 10 | |
| 11 | [Install] |
| 12 | WantedBy=timers.target |