62165ae464
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
212 B
Desktop File
13 lines
212 B
Desktop File
[Unit]
|
|
Description = Kodi Entertainment Center
|
|
After = network.target
|
|
|
|
[Service]
|
|
Type = simple
|
|
ExecStart = /usr/lib/kodi/kodi.bin --standalone -fs -n
|
|
Restart = on-failure
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|
|
|