diff --git a/scripts/kiosk-session.sh b/scripts/kiosk-session.sh index 4d911c0..70c969c 100755 --- a/scripts/kiosk-session.sh +++ b/scripts/kiosk-session.sh @@ -13,6 +13,9 @@ xset s off xset -dpms xset s noblank +# Automount USB (pour la photostation) +udiskie --no-notify --no-appindicator & + # Backend en boucle : redémarre automatiquement s'il plante _backend_loop() { while true; do