mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
392 B
Desktop File
15 lines
392 B
Desktop File
[Unit]
|
|
Description = Starts an instance of Kodi
|
|
After = remote-fs.target
|
|
|
|
[Service]
|
|
User = kodi
|
|
Group = kodi
|
|
Type = simple
|
|
ExecStartPre = /bin/sh -c "echo 0 > /sys/class/graphics/fbcon/cursor_blink"
|
|
ExecStart = /usr/bin/kodi-standalone -l /run/lirc/lircd
|
|
ExecStopPost = /bin/sh -c "echo 1 > /sys/class/graphics/fbcon/cursor_blink"
|
|
Restart = on-failure
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|