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