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