Files
raspscreen/service-files/video.service
DaanSelen 65f9210874
All checks were successful
Cross-Compile Binaries / compile-linux (push) Successful in 4m4s
Cross-Compile Binaries / compile-windows (push) Successful in 9m8s
feat: rework with a wrapper (v1.0) (#3)
Reviewed-on: #3
2026-02-09 13:39:32 +00:00

16 lines
351 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=on-failure
RestartSec=2
[Install]
WantedBy=default.target