Files
raspscreen/service-files/video.service
DaanSelen 5e9c668566
Some checks failed
Cross-Compile Binaries / compile-windows (push) Has been cancelled
Cross-Compile Binaries / compile-linux (push) Has been cancelled
chore: make the service always restart
2026-02-09 15:39:45 +01:00

16 lines
347 B
Desktop File

[Unit]
Description="Systemec RaspScreen Video"
Conflicts=presentation.service
After=graphical-session.target
[Service]
Type=simple
Environment=DISPLAY=:0
Environment=QT_QPA_PLATFORM=xcb
WorkingDirectory=/opt/raspscreen
ExecStart=/opt/raspscreen/bin/manage.sh start video --foreground
Restart=always
RestartSec=2
[Install]
WantedBy=default.target