2017-06-20 15:09:15 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Start kodi in user session
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
PassEnvironment=DISPLAY XDG_RUNTIME_DIR DBUS_SESSION_BUS_ADDRESS
|
|
|
|
ExecStartPre=-/usr/bin/set-kodi-display
|
2017-07-28 15:04:36 +02:00
|
|
|
ExecStart=/usr/bin/kodi -l /run/lirc/lircd
|
2017-06-20 15:09:15 +02:00
|
|
|
ExecStop=/bin/bash -c "/usr/bin/kodi-send --action=QUIT; while /usr/bin/pgrep kodi; do sleep 1; done; sleep 1"
|
|
|
|
TimeoutStopSec=10
|
|
|
|
SuccessExitStatus=0 127
|
|
|
|
Restart=on-failure
|