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