Files

16 lines
347 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description="Systemec RaspScreen Video"
Conflicts=presentation.service
After=graphical-session.target
[Service]
Type=simple
Environment=DISPLAY=:0
Environment=QT_QPA_PLATFORM=xcb
2026-01-15 16:48:03 +01:00
WorkingDirectory=/opt/raspscreen
ExecStart=/opt/raspscreen/bin/manage.sh start video --foreground
2026-02-09 15:39:45 +01:00
Restart=always
RestartSec=2
[Install]
WantedBy=default.target