mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
xbmc: 5 seconds to exit. no more
5 seconds should be enough to store settings, if pvrmanager / random addon / service is not yet stopped, we dont care
This commit is contained in:
parent
cdb586ad15
commit
f00a7d3ba2
@ -12,7 +12,7 @@ EnvironmentFile=-/run/openelec/debug/xbmc.conf
|
|||||||
ExecStart=/bin/sh -c ". /etc/profile; exec /usr/lib/xbmc/xbmc.bin --standalone -fs $XBMC_ARGS $XBMC_DEBUG"
|
ExecStart=/bin/sh -c ". /etc/profile; exec /usr/lib/xbmc/xbmc.bin --standalone -fs $XBMC_ARGS $XBMC_DEBUG"
|
||||||
# keep KillMode=process unless there is no good reason to switch to cgroup
|
# keep KillMode=process unless there is no good reason to switch to cgroup
|
||||||
KillMode=process
|
KillMode=process
|
||||||
TimeoutStopSec=10
|
TimeoutStopSec=5
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=2
|
RestartSec=2
|
||||||
StartLimitInterval=0
|
StartLimitInterval=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user