Initial Phoenix analyzer

This commit is contained in:
Mikei386
2026-06-02 20:56:19 +02:00
commit e499bac928
62 changed files with 28893 additions and 0 deletions
@@ -0,0 +1,26 @@
[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