Files
photoBooth/Opencode/systemd/photobooth-maintenance.service
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

15 lines
513 B
Desktop File

# =============================================================================
# photobooth-maintenance.service - Maintenance quotidienne du photomaton
# =============================================================================
[Unit]
Description=Photomaton Daily Maintenance
[Service]
Type=oneshot
ExecStart=/home/pi/photomaton/scripts/maintenance.sh
# Adapter le chemin ci-dessus selon votre installation
# ExecStart=/home/VOTRE_USER/opencode/perso/photomaton/scripts/maintenance.sh
TimeoutStartSec=300