From 40aafbcda2b0373ba0f2d306141af477e3273fe1 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 20 Mar 2022 20:15:03 +0000 Subject: Prepare for 0.1.2.0; add file arg to utmps-wtmpd Signed-off-by: Laurent Bercot --- doc/utmps-wtmpd.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/utmps-wtmpd.html') 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:

-
s6-ipcserver .wtmpd-socket utmps-wtmpd
+
s6-ipcserver .wtmpd-socket utmps-wtmpd wtmp

while being in the /run/utmps directory.

@@ -74,5 +74,11 @@ utmps-wtmpd and superserver as this user and group.

+

+ If no argument is given to utmps-wtmpd, wtmp logs will be added to the wtmp +file in utmps-wtmpd's working directory. If an argument is given, wtmp logs +will be added to that file instead. +

+ -- cgit v1.3.1