summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.8.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'term-utils/agetty.8.adoc')
-rw-r--r--term-utils/agetty.8.adoc8
1 files changed, 8 insertions, 0 deletions
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.