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