Dashboard: boutons restart services, JH-Photomaton et reboot Pi
🚀 Deploy — JH Photomaton / 🔍 Vérification (push) Has been cancelled
🚀 Deploy — JH Photomaton / 🍓 Deploy sur le Pi (push) Has been cancelled

This commit is contained in:
2026-07-20 19:04:37 +02:00
parent fb35533b37
commit f192ffc92f
+6
View File
@@ -16,3 +16,9 @@ pi ALL=(ALL) NOPASSWD: /usr/bin/systemctl restart dnsmasq.service
pi ALL=(ALL) NOPASSWD: /usr/bin/systemctl restart cups.service pi ALL=(ALL) NOPASSWD: /usr/bin/systemctl restart cups.service
pi ALL=(ALL) NOPASSWD: /usr/bin/systemctl restart jh-photomaton.service pi ALL=(ALL) NOPASSWD: /usr/bin/systemctl restart jh-photomaton.service
pi ALL=(ALL) NOPASSWD: /usr/sbin/reboot pi ALL=(ALL) NOPASSWD: /usr/sbin/reboot
# Gestion des imprimantes CUPS (boutons activer/désactiver dans l'admin impression)
pi ALL=(ALL) NOPASSWD: /usr/sbin/cupsenable
pi ALL=(ALL) NOPASSWD: /usr/sbin/cupsdisable
pi ALL=(ALL) NOPASSWD: /usr/sbin/cupsaccept
pi ALL=(ALL) NOPASSWD: /usr/sbin/cupsreject