summaryrefslogtreecommitdiff
path: root/libre/xbmc-libre/xbmc.service
blob: b6430e2555a0b1ef95d2d121d0480224d5b11e27 (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/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp
Restart = on-abort

[Install]
WantedBy = multi-user.target