diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-14 21:56:52 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-14 21:56:52 +0000 |
commit | 6e0007d32054d0074d93bfa71cfb1f593ebddbf7 (patch) | |
tree | d0ee544ac89639b2580b4528155ffc7d15d837dd /doc | |
parent | 174d12ab273a2e124e80a04b429633071352f393 (diff) | |
download | s6-linux-init-6e0007d32054d0074d93bfa71cfb1f593ebddbf7.tar.xz |
bugfix: utmps default should be none
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-linux-init-maker.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index b1b0649..f8ef940 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -321,7 +321,8 @@ available when the s6-linux-init package has been built with the <tt>--enable-utmps</tt> configure option, that enables support for the <a href="//skarnet.org/software/utmps/">utmps</a> package. The option defines the user that the <tt>utmpd</tt> and <tt>wtmpd</tt> services -will run as. Default is <strong><tt>utmp</tt></strong>. </li> <br /> +will run as, and activates these services. Default is <strong>no +utmpd or wtmpd services</strong>. </li> <br /> <li> <tt>-C</tt> : create a set of scripts that is suitable for running <em>in a container</em>. This modifies some behaviours: |