summaryrefslogtreecommitdiff
path: root/libre/xbmc-libre/xbmc.service
blob: 9987dfeb9cdf00005e04a79bc9837c2d7eadfae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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/dbus-launch /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp
Restart = on-abort

[Install]
WantedBy = multi-user.target