xbmc: xbmc.service: set RestartSec=2

This commit is contained in:
Stefan Saraev 2013-10-09 19:47:51 +03:00
parent 43b15e92d3
commit 93b9d8f66f

View File

@ -12,8 +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"
TimeoutStopSec=10 TimeoutStopSec=10
Restart=always Restart=always
### TODO: remove this RestartSec=2
RestartSec=1
StartLimitInterval=0 StartLimitInterval=0
[Install] [Install]