summaryrefslogtreecommitdiffstats
path: root/package/xbmc/xbmc.service
blob: 3fe5895de8b69144967163b59d0f22dbbda6fe18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description = XBMC media center
After = network.target

[Service]
Type = simple
ExecStart = /usr/lib/xbmc/xbmc.bin --standalone -fs -n
Restart = on-failure

[Install]
WantedBy = multi-user.target

OpenPOWER on IntegriCloud