PKGBUILDs/alarm/xbmc-imx/xbmc.service

14 lines
213 B
SYSTEMD
Raw Normal View History

2014-02-19 15:18:13 +00:00
[Unit]
Description = Starts an instance of XBMC
After = remote-fs.target
[Service]
User = xbmc
Group = xbmc
Type = simple
ExecStart = /usr/bin/runxbmc
2014-02-19 15:18:13 +00:00
Restart = on-failure
[Install]
WantedBy = multi-user.target