From 07c3a439555113bdd0bd416265221063d263f44c Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Fri, 25 Feb 2022 17:13:53 +0100 Subject: agetty-shepherd-service: Rename console agetty to "term-console" for clarity. * gnu/services/base.scm (agetty-shepherd-service)[provision]: Rename console agetty to "term-console". --- gnu/services/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/services/base.scm') diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 53db6bdca5..463f034305 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -931,7 +931,7 @@ (define agetty-shepherd-service (list (shepherd-service (documentation "Run agetty on a tty.") - (provision (list (symbol-append 'term- (string->symbol (or tty "auto"))))) + (provision (list (symbol-append 'term- (string->symbol (or tty "console"))))) ;; Since the login prompt shows the host name, wait for the 'host-name' ;; service to be done. Also wait for udev essentially so that the tty -- cgit v1.2.3