Files
raspscreen/service-files/presentation.service
DaanSelen 4f0eeb52d8
Some checks failed
Cross-Compile Binaries / compile-linux (push) Successful in 10m7s
Cross-Compile Binaries / compile-windows (push) Failing after 12m40s
chore: begin work on op_mode
2026-02-04 15:05:31 +01:00

17 lines
443 B
Desktop File

[Unit]
Description="Systemec RaspScreen"
Conflicts=video.service
After=graphical.target
[Service]
Type=simple
Environment=DISPLAY=:0
WorkingDirectory=/opt/raspscreen
ExecStartPre=/usr/bin/sleep 5
ExecStart=/bin/sh -c 'exec /usr/bin/libreoffice --impress --show --norestore $(find /opt/raspscreen/media \( -name "*.pptx" -o -name "*.odp" \))'
ExecStop=/usr/bin/killall libreoffice
Restart=always
RestartSec=2
[Install]
WantedBy=default.target