Initial Phoenix analyzer
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user