mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
![Nedim Lisica](/assets/img/avatar_default.png)
Sync xbmc.service with upstream to listen on /run/lirc/lircd. Add polkit rules to allow xbmc group to manage power and udisks.
13 lines
273 B
Desktop File
13 lines
273 B
Desktop File
[Unit]
|
|
Description = Starts an instance of XBMC
|
|
After = remote-fs.target
|
|
|
|
[Service]
|
|
User = xbmc
|
|
Group = xbmc
|
|
Type = simple
|
|
ExecStart = /usr/bin/xinit /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp
|
|
Restart = on-abort
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|