[tor-commits] [community/staging] Partially revert commit 404d5ca.

hiro at torproject.org hiro at torproject.org
Sun Mar 21 19:17:24 UTC 2021


commit 34fb51d704d236736e4b85287775394c9ff1072a
Author: Philipp Winter <phw at nymity.ch>
Date:   Tue Aug 27 10:02:01 2019 -0700

    Partially revert commit 404d5ca.
    
    Only Debian is known to set RunAsDaemon to 1 by default.  We don't know
    about the other tor distributions.  Let's keep 'RunAsDaemon 1' for the
    other distributions.
---
 .../technical-setup/bridge/centos-rhel-opensuse/contents.lr              | 1 +
 content/relay-operations/technical-setup/bridge/freebsd/contents.lr      | 1 +
 content/relay-operations/technical-setup/bridge/openbsd/contents.lr      | 1 +
 3 files changed, 3 insertions(+)

diff --git a/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr b/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr
index 5fba1a6..091dbb5 100644
--- a/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr
@@ -43,6 +43,7 @@ sudo cp $GOPATH/bin/obfs4proxy /usr/local/bin/
 ### 3. Edit your Tor config file, usually located at `/etc/tor/torrc` and replace its content with:
 
 ```
+RunAsDaemon 1
 BridgeRelay 1
 
 # Replace "TODO" with a Tor port of your choice.  This port must be externally
diff --git a/content/relay-operations/technical-setup/bridge/freebsd/contents.lr b/content/relay-operations/technical-setup/bridge/freebsd/contents.lr
index 0741c8c..d4bb28e 100644
--- a/content/relay-operations/technical-setup/bridge/freebsd/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/freebsd/contents.lr
@@ -17,6 +17,7 @@ pkg install obfs4proxy-tor tor ca_root_nss
 ### 2. Edit your Tor config file, usually located at `/usr/local/etc/tor` and replace its content with:
 
 ```
+RunAsDaemon 1
 BridgeRelay 1
 
 # Replace "TODO" with a Tor port of your choice.  This port must be externally
diff --git a/content/relay-operations/technical-setup/bridge/openbsd/contents.lr b/content/relay-operations/technical-setup/bridge/openbsd/contents.lr
index 1c95aaa..d2e05a8 100644
--- a/content/relay-operations/technical-setup/bridge/openbsd/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/openbsd/contents.lr
@@ -18,6 +18,7 @@ pkg_add tor obfs4proxy
 Usually located at `/etc/tor/torrc`, and replace its content with:
 
 ```
+RunAsDaemon 1
 BridgeRelay 1
 
 # Replace "TODO" with a Tor port of your choice.  This port must be externally





More information about the tor-commits mailing list