[tor-commits] [community/master] Add backslashes to the /etc/login.conf snippet

gus at torproject.org gus at torproject.org
Mon Oct 25 13:00:59 UTC 2021


commit 6397c477fa080d74b4e747eed0e148f46830e80b
Author: Douglas Silva <doug.hs at protonmail.ch>
Date:   Sun Oct 24 14:16:26 2021 -0300

    Add backslashes to the /etc/login.conf snippet
---
 content/relay/setup/guard/openbsd/contents.lr | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/relay/setup/guard/openbsd/contents.lr b/content/relay/setup/guard/openbsd/contents.lr
index 232a2fe..d7cc1ce 100644
--- a/content/relay/setup/guard/openbsd/contents.lr
+++ b/content/relay/setup/guard/openbsd/contents.lr
@@ -59,8 +59,8 @@ By default, OpenBSD maintains a rather low limit on the maximum number of open f
 Append the following section to `/etc/login.conf`:
 
 ```
-tor:
-    :openfiles-max=13500:
+tor:\
+    :openfiles-max=13500:\
     :tc=daemon:
 ```
 



More information about the tor-commits mailing list