The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / kodi / kodi.service
1 [Unit]
2 Description = Kodi Entertainment Center
3 After = network.target
4
5 [Service]
6 Type = simple
7 ExecStart = /usr/lib/kodi/kodi.bin --standalone -fs -n
8 Restart = on-failure
9
10 [Install]
11 WantedBy = multi-user.target
12