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