summaryrefslogtreecommitdiff
path: root/libre/xbmc-libre/xbmc.service
blob: 431582f1bb12ca8cf561dce76c202a7a40dfa50b (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 -- :0 -nolisten tcp
Restart = always

[Install]
WantedBy = multi-user.target