guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: agetty-shepherd-service: Rename console agetty to "term-console"


From: guix-commits
Subject: 03/03: agetty-shepherd-service: Rename console agetty to "term-console" for clarity.
Date: Fri, 25 Feb 2022 11:16:42 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 07c3a439555113bdd0bd416265221063d263f44c
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Fri Feb 25 17:13:53 2022 +0100

    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(-)

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 @@ to use as the tty.  This is primarily useful for headless 
systems."
      (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]