summaryrefslogtreecommitdiff
path: root/community/xbmc/xbmc.service
blob: 23756cf033d4292e7bf0afef57df75cc306a32bb (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
Restart = always

[Install]
WantedBy = multi-user.target