mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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"
|
||||
|
||||
if [ "$(pidof $ADDON_BIN)" ];then
|
||||
killall -9 $ADDON_BIN
|
||||
killall $ADDON_BIN
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user