[tor-commits] [community/master] Remove 'RunAsDaemon 1'.

phw at torproject.org phw at torproject.org
Tue Aug 27 01:14:14 UTC 2019


commit 404d5cac9673b6b363414680521d1381aeb1944d
Author: Philipp Winter <phw at nymity.ch>
Date:   Mon Aug 26 17:10:51 2019 -0700

    Remove 'RunAsDaemon 1'.
    
    This is already set by default.
    
    Thanks to Roger for pointing this out.
---
 .../technical-setup/bridge/centos-rhel-opensuse/contents.lr              | 1 -
 .../relay-operations/technical-setup/bridge/debian-ubuntu/contents.lr    | 1 -
 content/relay-operations/technical-setup/bridge/freebsd/contents.lr      | 1 -
 content/relay-operations/technical-setup/bridge/openbsd/contents.lr      | 1 -
 4 files changed, 4 deletions(-)

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 14d6e04..f142d56 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,7 +43,6 @@ 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/debian-ubuntu/contents.lr b/content/relay-operations/technical-setup/bridge/debian-ubuntu/contents.lr
index e68a4da..16037a4 100644
--- a/content/relay-operations/technical-setup/bridge/debian-ubuntu/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/debian-ubuntu/contents.lr
@@ -21,7 +21,6 @@ If not, you can [build it from source](https://gitlab.com/yawning/obfs4#installa
 ### 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 2ec5c8e..78373df 100644
--- a/content/relay-operations/technical-setup/bridge/freebsd/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/freebsd/contents.lr
@@ -17,7 +17,6 @@ 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 bf7d98a..0a02f9e 100644
--- a/content/relay-operations/technical-setup/bridge/openbsd/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/openbsd/contents.lr
@@ -18,7 +18,6 @@ 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