17 lines
420 B
Desktop File
17 lines
420 B
Desktop File
[Unit]
|
|
Description="Systemec Akarton Raspberry Pi Uploader Program (SARPUS)"
|
|
After=graphical.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=DISPLAY=:0
|
|
WorkingDirectory=/opt/akartontv
|
|
ExecStartPre=/usr/bin/sleep 5
|
|
ExecStart=/usr/bin/libreoffice --impress --show /opt/akartontv/presentation.pptx --norestore
|
|
ExecStop=/usr/bin/killall libreoffice
|
|
Restart=always
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=default.target |