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