mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
tvheadend: use KILL signal to stop tvheadend
This commit is contained in:
parent
1f2ee560cb
commit
5f7515664d
@ -31,5 +31,5 @@ mkdir -p "$LOCKDIR"
|
|||||||
touch "$LOCKDIR/$LOCKFILE"
|
touch "$LOCKDIR/$LOCKFILE"
|
||||||
|
|
||||||
if [ "$(pidof $ADDON_BIN)" ];then
|
if [ "$(pidof $ADDON_BIN)" ];then
|
||||||
killall $ADDON_BIN
|
killall -9 $ADDON_BIN
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user