1[Unit] 2Description = Kodi Entertainment Center 3After = network.target 4 5[Service] 6Type = simple 7ExecStart = /usr/lib/kodi/kodi.bin --standalone -fs -n 8Restart = on-failure 9 10[Install] 11WantedBy = multi-user.target 12 13