mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
6b7dc70287
Switched from cbxbiker61 to GeeXboX/SolidRun patcheset
14 lines
294 B
Desktop File
14 lines
294 B
Desktop File
[Unit]
|
|
Description = Starts instance of XBMC using xinit
|
|
Requires = vmeta-clk@667.service
|
|
After = remote-fs.target
|
|
|
|
[Service]
|
|
User = xbmc
|
|
Group = xbmc
|
|
Type = simple
|
|
ExecStart = /usr/bin/xinit /usr/bin/xbmc-standalone -- :0 -nolisten tcp
|
|
Restart = always
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|