kodi.service 583 B

1234567891011121314151617181920212223
  1. [Unit]
  2. Description=Kodi Media Center
  3. After=network-online.target graphical.target
  4. Requires=graphical.target
  5. Wants=network-online.target
  6. [Service]
  7. Environment=DISPLAY=:0.0
  8. Environment=SDL_MOUSE_RELATIVE=0
  9. Environment=HOME=/storage
  10. EnvironmentFile=-/run/libreelec/kodi.conf
  11. EnvironmentFile=-/run/libreelec/debug/kodi.conf
  12. ExecStartPre=-/usr/lib/kodi/kodi-config
  13. ExecStart=/usr/lib/kodi/kodi.sh --standalone -fs $KODI_ARGS $KODI_DEBUG
  14. ExecStop=/bin/kill -TERM $MAINPID
  15. TimeoutStopSec=5
  16. Restart=always
  17. RestartSec=2
  18. StartLimitInterval=0
  19. LimitNOFILE=16384
  20. [Install]
  21. WantedBy=kodi.target