guix-patches
[Top][All Lists]
Advanced

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

[bug#53763] [PATCH 3/3] agetty-shepherd-service: Rename console agetty t


From: dannym
Subject: [bug#53763] [PATCH 3/3] agetty-shepherd-service: Rename console agetty to "term-console" for clarity.
Date: Thu, 3 Feb 2022 21:55:21 +0100

From: Danny Milosavljevic <dannym@scratchpost.org>

* 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 028426c3f8..12a3ef2e93 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
-- 
2.34.0






reply via email to

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