diff options
Diffstat (limited to 'doc/utmps-wtmpd.html')
-rw-r--r-- | doc/utmps-wtmpd.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/utmps-wtmpd.html b/doc/utmps-wtmpd.html index d8a3b7c..898899f 100644 --- a/doc/utmps-wtmpd.html +++ b/doc/utmps-wtmpd.html @@ -34,7 +34,7 @@ a script as a part of a "wtmpd" on how to run such a service. The simplest way to do so, for testing purposes, is a command line such as: </p> -<pre>s6-ipcserver .wtmpd-socket utmps-wtmpd</pre> +<pre>s6-ipcserver .wtmpd-socket utmps-wtmpd wtmp</pre> <p> while being in the <tt>/run/utmps</tt> directory. </p> @@ -74,5 +74,11 @@ utmps-wtmpd and superserver as this user and group. </p> +<p> + If no argument is given to utmps-wtmpd, wtmp logs will be added to the <tt>wtmp</tt> +file in utmps-wtmpd's working directory. If an argument is given, wtmp logs +will be added to that file instead. +</p> + </body> </html> |