PKGBUILDs/community/xbmc/xbmc.service

14 lines
261 B
SYSTEMD
Raw Normal View History

2012-10-19 12:56:37 +00:00
[Unit]
Description = Starts instance of XBMC using xinit
After = remote-fs.target
[Service]
User = xbmc
Group = xbmc
Type = simple
2013-01-29 21:20:38 +00:00
ExecStart = /usr/bin/xinit /usr/bin/xbmc-standalone -- :0 -nolisten tcp
2012-10-28 17:11:34 +00:00
Restart = always
2012-10-19 12:56:37 +00:00
[Install]
WantedBy = multi-user.target