2026-01-12 12:17:53 +01:00
|
|
|
[Unit]
|
2026-02-04 13:44:47 +01:00
|
|
|
Description="Systemec RaspScreen"
|
2026-02-04 14:29:54 +01:00
|
|
|
Conflicts=presentation.service
|
2026-01-12 12:17:53 +01:00
|
|
|
After=graphical.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=simple
|
2026-01-13 15:46:03 +01:00
|
|
|
Environment=DISPLAY=:0
|
2026-01-15 16:48:03 +01:00
|
|
|
WorkingDirectory=/opt/raspscreen
|
2026-01-14 16:23:31 +01:00
|
|
|
ExecStartPre=/usr/bin/sleep 5
|
2026-01-15 16:48:03 +01:00
|
|
|
ExecStart=/bin/sh -c 'exec /usr/bin/vlc --fullscreen --loop --no-video-title --video-on-top --no-qt-fs-controller --qt-continue=0 $(find /opt/raspscreen/media \( -name "*.mp4" -o -name "*.mkv" -o -name "*.mov" -o -name "*.webm" \))'
|
2026-01-12 12:17:53 +01:00
|
|
|
ExecStop=/usr/bin/killall vlc
|
|
|
|
|
Restart=always
|
|
|
|
|
Restart=on-failure
|
|
|
|
|
RestartSec=2
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=default.target
|