chore: make the service always restart
Some checks failed
Cross-Compile Binaries / compile-windows (push) Has been cancelled
Cross-Compile Binaries / compile-linux (push) Has been cancelled

This commit is contained in:
2026-02-09 15:39:45 +01:00
parent 65f9210874
commit 5e9c668566
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ Environment=DISPLAY=:0
Environment=QT_QPA_PLATFORM=xcb
WorkingDirectory=/opt/raspscreen
ExecStart=/opt/raspscreen/bin/manage.sh start video --foreground
Restart=on-failure
Restart=always
RestartSec=2
[Install]