mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
c913a3fd0b
* Fixes transparent black boarders when used as systemd service * Added gdb as optional dependency for stack traces * Start kodi after lircd service to ensure lircd runs first * Fixed a polkit permission warning when installing the package
13 lines
267 B
Desktop File
13 lines
267 B
Desktop File
[Unit]
|
|
Description = Starts an instance of Kodi
|
|
After = remote-fs.target lircd.service getty.target
|
|
|
|
[Service]
|
|
User = kodi
|
|
Group = kodi
|
|
Type = simple
|
|
ExecStart = /usr/bin/kodi-standalone -l /run/lirc/lircd
|
|
Restart = on-failure
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|