diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-03-20 20:15:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-03-20 20:15:03 +0000 |
commit | 40aafbcda2b0373ba0f2d306141af477e3273fe1 (patch) | |
tree | 7fbd864021909f2340b5f429dd6c623697ee5a09 /doc/utmps-wtmpd.html | |
parent | a7b0b9a99bee135a57aa696d7057226a0f8105ff (diff) | |
download | utmps-40aafbcda2b0373ba0f2d306141af477e3273fe1.tar.gz utmps-40aafbcda2b0373ba0f2d306141af477e3273fe1.tar.xz utmps-40aafbcda2b0373ba0f2d306141af477e3273fe1.zip |
Prepare for 0.1.2.0; add file arg to utmps-wtmpd
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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> |