diff options
Diffstat (limited to 'term-utils/agetty.8')
-rw-r--r-- | term-utils/agetty.8 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/term-utils/agetty.8 b/term-utils/agetty.8 index 5b9a121..5b855fe 100644 --- a/term-utils/agetty.8 +++ b/term-utils/agetty.8 @@ -2,12 +2,12 @@ .\" Title: agetty .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 -.\" Date: 2023-12-01 +.\" Date: 2024-03-20 .\" Manual: System Administration -.\" Source: util-linux 2.39.3 +.\" Source: util-linux 2.40 .\" Language: English .\" -.TH "AGETTY" "8" "2023-12-01" "util\-linux 2.39.3" "System Administration" +.TH "AGETTY" "8" "2024-03-20" "util\-linux 2.40" "System Administration" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -574,6 +574,16 @@ problem reports (if \fBsyslog\fP(3) is not used). .RS 4 \fBinit\fP(8) configuration file for SysV\-style init daemon. .RE +.SH "CREDENTIALS" +.sp +\fBagetty\fP supports configuration via systemd credentials (see \c +.URL "https://systemd.io/CREDENTIALS/" "" ")." +\fBagetty\fP reads the following systemd credentials: +.sp +\fBagetty.autologin\fP (string) +.RS 4 +If set, configures \fBagetty\fP to automatically log in the specified user without asking for a username or password, similarly to the \fB\-\-autologin\fP option. +.RE .SH "BUGS" .sp The baud\-rate detection feature (the \fB\-\-extract\-baud\fP option) requires that \fBagetty\fP be scheduled soon enough after completion of a dial\-in call (within 30 ms with modems that talk at 2400 baud). For robustness, always use the \fB\-\-extract\-baud\fP option in combination with a multiple baud rate command\-line argument, so that BREAK processing is enabled. |