Files
Phoenix/etc/systemd/system/analyzer-kiosk-volumio.service
2026-06-02 20:56:19 +02:00

27 lines
596 B
Desktop File

[Unit]
Description=Analyzer Kiosk Volumio (Raspberry Pi OS)
After=network-online.target
After=analyzer-web-volumio.service
Wants=analyzer-web-volumio.service
[Service]
User=root
Group=root
Environment=HOME=/root
Environment=KIOSK_USER=volumio
Environment=SESSION_SCRIPT=/home/volumio/Phoenix/session_volumio.sh
WorkingDirectory=/home/volumio/Phoenix
TTYPath=/dev/tty1
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
StandardInput=tty
StandardOutput=tty
StandardError=tty
ExecStart=/bin/bash /home/volumio/Phoenix/kiosk-start.sh
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target