mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
cd429f80c6
updated service so it always restarts. Also updated python patch so it applies ageist upstream changes.
13 lines
247 B
Desktop File
13 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
|