Files
raspscreen/service-files/presentation.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
345 B
Desktop File

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