mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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".
This commit is contained in:
parent
fcb6cab621
commit
07c3a43955
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue