Replies: 1 comment 1 reply
-
using UI to stop the daemon is fine, but you can just send "interrupt" signal to the process: kill -s SIGINT $(pgrep qbittorrent-nox) if you have many torrents, exit time may take several minutes - qBittorrent saves some service data in .fastresume files. in my case with ~2000 torrents with .fastresume files storage ("BT_Backup" folder) on very cheap SSD shutdown took about 1.5-2 minutes in some cases. so, this is fine. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, I'm running nox on a headless seedbox I just setup, and I'm just wondering what the best way is to shutdown qbittorrent when its running as a service? I'm used to using the GUI where it can sit there for a minute or two before the process ends, and am concerned that I might be messing up data when I end it via a stop command...
Beta Was this translation helpful? Give feedback.
All reactions