I'm using tor browser bunlde from Debian's repo: https://packages.debian.org/bookworm/torbrowser-launcher torbrowser-launcher package install the browser as well as tor system service: https://packages.debian.org/bookworm/tor I can disable tor system service with sudo systemctl stop tor and sudo systemctl disable tor And after that I'm still able to use the browser just fine to browse. Questions: Do I need the tor service enabled and why? What's the purpose of tor service`? What do I miss if ...