kodi.service 212 B

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