PKGBUILDs/alarm/xbmc-cubox-git/xbmc.service
Aldrik Dunbar cd429f80c6 alarm/xbmc-cubox-git: Added 480p fix, changed xbmc home directory and
updated service so it always restarts.

Also updated python patch so it applies ageist upstream changes.
2012-11-21 19:42:04 +01:00

14 lines
247 B
Desktop File

[Unit]
Description = Starts instance of XBMC using xinit
After = remote-fs.target
[Service]
User = xbmc
Group = xbmc
Type = simple
ExecStart = /usr/bin/xinit /usr/bin/xbmc-standalone -- :0
Restart = always
[Install]
WantedBy = multi-user.target