Commit Diff


commit - c750ce60c005d076a9123346acf7e186c7a87610
commit + f449654c005575a461abc1759ad9193966e4dee3
blob - 6e5619c8f4d1834920ad077e2a4768faeb4e12cd
blob + 612a08dfb0ef7f27bc4f9c36b6351fff65d9c51e
--- twind.8
+++ twind.8
@@ -14,7 +14,7 @@
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"
-.Dd August 12, 2021
+.Dd August 25, 2021
 .Dt TWIND 8
 .Os
 .Sh NAME
@@ -58,6 +58,14 @@ has support for virtual hosts by default.
 To serve files for a specific host you have to place them in a sub directory
 named after the domain under
 .Pa /var/twind .
+.Pp
+.Nm
+starts as root and then drops privileges to a dedicated
+_twind user.
+By default, two sub-processes are started jailing themselves with
+.Xr chroot 8
+to
+.Pa /var/twind .
 .Sh FILES
 The following path cannot be changed, i.e. you have to name your
 TLS certificate and key file exactly as shown.
@@ -75,6 +83,8 @@ Contains one sub directory for each virtual host.
 Subdirectory containing gemini files for the
 .Em example.com
 host.
+.It Pa /var/twind/logs/
+Subdirectory containing access and error logs.
 .El
 .Sh EXIT STATUS
 .Nm