mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
240 B
Desktop File
13 lines
240 B
Desktop File
[Unit]
|
|
Description = Starts an instance of XBMC
|
|
After = remote-fs.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
|