diff options
Diffstat (limited to '')
-rw-r--r-- | term-utils/agetty.8 | 16 | ||||
-rw-r--r-- | term-utils/agetty.8.adoc | 8 |
2 files changed, 21 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. diff --git a/term-utils/agetty.8.adoc b/term-utils/agetty.8.adoc index c51e562..f127630 100644 --- a/term-utils/agetty.8.adoc +++ b/term-utils/agetty.8.adoc @@ -319,6 +319,14 @@ problem reports (if *syslog*(3) is not used). _/etc/inittab_:: *init*(8) configuration file for SysV-style init daemon. +== CREDENTIALS + +*agetty* supports configuration via systemd credentials (see https://systemd.io/CREDENTIALS/). *agetty* reads the following systemd credentials: + +*agetty.autologin* (string):: + +If set, configures *agetty* to automatically log in the specified user without asking for a username or password, similarly to the *--autologin* option. + == BUGS The baud-rate detection feature (the *--extract-baud* option) requires that *agetty* 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 *--extract-baud* option in combination with a multiple baud rate command-line argument, so that BREAK processing is enabled. |