guix_mirror_bot pushed a commit to branch master
in repository guix.

commit cafc744ea42a1c2a5fed76b8accee8506a8fb46a
Author: Yelninei <[email protected]>
AuthorDate: Fri Aug 14 09:27:37 2026 +0000

    system: Add hurd-login-service to %base-services/hurd.
    
    * gnu/system/hurd.scm (%base-services/hurd): Add hurd-login-service.
    
    Merges: https://codeberg.org/guix/guix/pulls/10548
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/system/hurd.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 2b5fb1589c..4d5a3d6799 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -86,7 +86,8 @@
                          `(("/bin/sh" ,(file-append bash "/bin/sh"))
                            ("/usr/bin/env" ,(file-append coreutils
                                                          "/bin/env"))))
-                (service shepherd-system-log-service-type))
+                (service shepherd-system-log-service-type)
+                (service hurd-login-service-type))
           (map (lambda (n)
                  (service hurd-getty-service-type
                           (hurd-getty-configuration

Reply via email to