16 lines
351 B
Desktop File
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 |