Files
photoBooth/Opencode/systemd/photobooth-watchdog.timer
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

18 lines
479 B
SYSTEMD

# =============================================================================
# photobooth-watchdog.timer - Timer pour le watchdog (toutes les 2 minutes)
# =============================================================================
[Unit]
Description=Photomaton Health Check Timer
[Timer]
# Lancer 1 minute apres le boot
OnBootSec=60
# Puis toutes les 2 minutes
OnUnitActiveSec=120
# Tolerence de 30 secondes (economie CPU)
AccuracySec=30
[Install]
WantedBy=timers.target