desktop/xbmc/xbmc.install

14 lines
261 B
Plaintext
Raw Normal View History

2013-09-23 04:23:54 +08:00
[Unit]
Description = Starts instance of XBMC using xinit
After = remote-fs.target
2010-12-21 07:23:30 +08:00
2013-09-23 04:23:54 +08:00
[Service]
User = xbmc
Group = xbmc
Type = simple
ExecStart = /usr/bin/xinit /usr/bin/xbmc-standalone -- :0 -nolisten tcp
Restart = always
2013-09-23 04:23:54 +08:00
[Install]
WantedBy = multi-user.target