first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# =============================================================================
|
||||
# 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
|
||||
Reference in New Issue
Block a user