StartDaemon
Starts the tor daemon.
If tor is already running, the EnqueuedJob returned by Processor.enqueue will complete with success.
NOTE: Tor's startup process is broken out into five (5) phases:
Installation: Tor resources are extracted to the filesystem, if needed.
Configuration: TorConfig is built and verified.
Process Start: Tor is started in a child process.
Control Connection: A control connection with tor is established and initial settings are configured.
Bootstrap: Tor bootstraps itself with the network.
This action completes after phase 4.
Execution of Action.StartDaemon can be interrupted by enqueueing Action.StopDaemon.
Starts the tor daemon.
If tor is already running, the EnqueuedJob returned by Processor.enqueue will complete with success.
NOTE: Tor's startup process is broken out into five (5) phases:
Installation: Tor resources are extracted to the filesystem, if needed.
Configuration: TorConfig is built and verified.
Process Start: Tor is started in a child process.
Control Connection: A control connection with tor is established and initial settings are configured.
Bootstrap: Tor bootstraps itself with the network.
This action completes after phase 4.
Execution of Action.StartDaemon can be interrupted by enqueueing Action.StopDaemon.
Starts the tor daemon.
If tor is already running, the EnqueuedJob returned by Processor.enqueue will complete with success.
NOTE: Tor's startup process is broken out into five (5) phases:
Installation: Tor resources are extracted to the filesystem, if needed.
Configuration: TorConfig is built and verified.
Process Start: Tor is started in a child process.
Control Connection: A control connection with tor is established and initial settings are configured.
Bootstrap: Tor bootstraps itself with the network.
This action completes after phase 4.
Execution of Action.StartDaemon can be interrupted by enqueueing Action.StopDaemon.