Files
photoBooth/Opencode/systemd/photobooth-maintenance.timer
T
admin 209f81aa3d
🚀 Deploy — JH Photomaton / 🔍 Vérification (push) Has been cancelled
🚀 Deploy — JH Photomaton / 🍓 Deploy sur le Pi (push) Has been cancelled
first commit
2026-07-16 00:55:29 +02:00

17 lines
455 B
SYSTEMD

# =============================================================================
# photobooth-maintenance.timer - Maintenance quotidienne a 4h du matin
# =============================================================================
[Unit]
Description=Photomaton Daily Maintenance Timer
[Timer]
# Tous les jours a 4h du matin
OnCalendar=*-*-* 04:00:00
# Tolerence de 1 heure (pas critique)
AccuracySec=1h
Persistent=true
[Install]
WantedBy=timers.target