void-packages/srcpkgs/xbmc-rpi/files/xbmc.service
2014-01-24 11:49:32 +01:00

13 lines
252 B
Desktop File

[Unit]
Description = XBMC Media Center for Raspberry Pi service
After = remote-fs.target
[Service]
User = xbmc
Group = xbmc
Type = simple
ExecStart = /usr/bin/xbmc-standalone -l /run/lirc/lircd
Restart = always
[Install]
WantedBy = multi-user.target