mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
tvheadend: tvheadend.stop: send TERM signal, not KILL
This commit is contained in:
parent
8adf9394c7
commit
00de0a6054
@ -31,5 +31,5 @@ mkdir -p "$LOCKDIR"
|
|||||||
touch "$LOCKDIR/$LOCKFILE"
|
touch "$LOCKDIR/$LOCKFILE"
|
||||||
|
|
||||||
if [ "$(pidof $ADDON_BIN)" ];then
|
if [ "$(pidof $ADDON_BIN)" ];then
|
||||||
killall -9 $ADDON_BIN
|
killall $ADDON_BIN
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user