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