diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-08-14 09:27:37 +0000 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-26 16:04:12 +0900 |
| commit | cafc744ea42a1c2a5fed76b8accee8506a8fb46a (patch) | |
| tree | ef170ba91b51cc50267ff6ac00391bea3a0542c0 /gnu/system | |
| parent | 3ee8ffb3ddf6b0ba17cdd5ad2be3510cc525dbc9 (diff) | |
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 <cnx@loang.net>
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/hurd.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm index 2b5fb1589cf..4d5a3d6799b 100644 --- a/gnu/system/hurd.scm +++ b/gnu/system/hurd.scm | |||
| @@ -86,7 +86,8 @@ | |||
| 86 | `(("/bin/sh" ,(file-append bash "/bin/sh")) | 86 | `(("/bin/sh" ,(file-append bash "/bin/sh")) |
| 87 | ("/usr/bin/env" ,(file-append coreutils | 87 | ("/usr/bin/env" ,(file-append coreutils |
| 88 | "/bin/env")))) | 88 | "/bin/env")))) |
| 89 | (service shepherd-system-log-service-type)) | 89 | (service shepherd-system-log-service-type) |
| 90 | (service hurd-login-service-type)) | ||
| 90 | (map (lambda (n) | 91 | (map (lambda (n) |
| 91 | (service hurd-getty-service-type | 92 | (service hurd-getty-service-type |
| 92 | (hurd-getty-configuration | 93 | (hurd-getty-configuration |
