mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
24 lines
624 B
Desktop File
24 lines
624 B
Desktop File
[Unit]
|
|
Description=Kodi Media Center
|
|
After=graphical.target
|
|
Requires=graphical.target
|
|
|
|
[Service]
|
|
Environment=DISPLAY=:0.0
|
|
Environment=SDL_MOUSE_RELATIVE=0
|
|
Environment=HOME=/storage
|
|
EnvironmentFile=-/run/openelec/kodi.conf
|
|
EnvironmentFile=-/run/openelec/debug/kodi.conf
|
|
ExecStartPre=-/usr/lib/kodi/kodi-config
|
|
ExecStart=/bin/sh -c ". /etc/profile; exec /usr/lib/kodi/kodi.bin --standalone -fs $KODI_ARGS $KODI_DEBUG"
|
|
# keep KillMode=process unless there is no good reason to switch to cgroup
|
|
KillMode=process
|
|
TimeoutStopSec=5
|
|
Restart=always
|
|
RestartSec=2
|
|
StartLimitInterval=0
|
|
LimitNOFILE=16384
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|