Remove 'RunAsDaemon 1'.

This is already set by default.

Thanks to Roger for pointing this out.
This commit is contained in:
Philipp Winter 2019-08-26 17:10:51 -07:00
parent 176c87e00c
commit 404d5cac96
No known key found for this signature in database
GPG Key ID: 0FD95F1D3A597A48
4 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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