mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
hts-tvheadend: make sure we dont start twice on crashing xbmc
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1b7ccf3a49
commit
a136e00c89
@ -20,7 +20,7 @@
|
||||
|
||||
PKG_NAME="hts-tvheadend"
|
||||
PKG_VERSION="90e3570"
|
||||
PKG_REV="2"
|
||||
PKG_REV="3"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.lonelycoder.com/hts/tvheadend_overview.html"
|
||||
|
@ -27,4 +27,6 @@ LOG_FILE="$ADDON_HOME/service.log"
|
||||
TVHEADEND_ARG="-f -C -s -u root -g root -c $ADDON_HOME"
|
||||
|
||||
mkdir -p $ADDON_HOME
|
||||
tvheadend $TVHEADEND_ARG &>$LOG_FILE
|
||||
if [ ! $(pidof tvheadend) ];then
|
||||
tvheadend $TVHEADEND_ARG &>$LOG_FILE
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user