PKGBUILDs/alarm/xbmc-rbp-git/xbmc.service
Nedim Lisica a754b1a7e9 By default, xbmc is listening on deprecated lirc socket.
Sync xbmc.service with upstream to listen on /run/lirc/lircd.

Add polkit rules to allow xbmc group to manage power and udisks.
2013-12-26 16:41:13 +01:00

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