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:
Stefan Saraev 2014-03-10 22:32:36 +02:00
parent 71f3f63a97
commit e97abed74f

View File

@ -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"
# keep KillMode=process unless there is no good reason to switch to cgroup
KillMode=process
TimeoutStopSec=10
TimeoutStopSec=5
Restart=always
RestartSec=2
StartLimitInterval=0