Is there a better way that kill -15?
If I don't want to run the web client to qbittorrent-nox, what is the correct way to terminate qbittorrent-nox? Is kill -15, or kill -9, OK?
what is the orrect way to terminate qbittorrent-nox?
Re: what is the orrect way to terminate qbittorrent-nox?
-9 is never ok. ***
Just use "kill" or "killall". They both use SIGTERM.
*** -9 is SIGKILL so the program won't be able to clean up.
Just use "kill" or "killall". They both use SIGTERM.
*** -9 is SIGKILL so the program won't be able to clean up.
Re: what is the orrect way to terminate qbittorrent-nox?
Thanks, SIGTERM it is.