From f00a7d3ba21b3401182202ff2f6381b1c52fcaaf Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 10 Mar 2014 22:32:36 +0200 Subject: [PATCH] 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 --- packages/mediacenter/xbmc/system.d/xbmc.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mediacenter/xbmc/system.d/xbmc.service b/packages/mediacenter/xbmc/system.d/xbmc.service index 2bfd79307b..545d31c62e 100644 --- a/packages/mediacenter/xbmc/system.d/xbmc.service +++ b/packages/mediacenter/xbmc/system.d/xbmc.service @@ -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