1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

services: tor: add auto-start?

* gnu/services/networking.scm (tor-configuration): Add `auto-start?' field.
Fix indent.
* doc/guix.texi (tor-configuration): Document this.

Change-Id: I9339291e3329d615550f97e9cc0f0d773f0d1c51
Reviewed-by: André Batista <nandre@riseup.net>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Zacchaeus
2025-07-12 00:20:40 -07:00
committed by Sharlatan Hellseher
parent 6768e33bcc
commit 16dbd20852
2 changed files with 9 additions and 1 deletions

View File

@@ -23231,6 +23231,9 @@ For any transport plugin you include in this list, appropriate
configuration line to enable transport plugin will be automatically
added to the default configuration file.
@item @code{auto-start?} (default: @code{#t})
Whether or not to start the Tor daemon on boot.
@end table
@end deftp