mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 06:09:26 +00:00
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
|
|
|