what is the orrect way to terminate qbittorrent-nox?

Linux specific questions, problems.
Post Reply
Bongy Trouserpants

what is the orrect way to terminate qbittorrent-nox?

Post by Bongy Trouserpants »

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?
User avatar
Peter
Administrator
Administrator
Posts: 3049
Joined: Wed Jul 07, 2010 6:14 pm

Re: what is the orrect way to terminate qbittorrent-nox?

Post by Peter »

-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.
Bongy Trouserpants

Re: what is the orrect way to terminate qbittorrent-nox?

Post by Bongy Trouserpants »

Thanks, SIGTERM it is.
Post Reply