mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
system: hurd: Populate services.
* gnu/system/hurd.scm (%base-services/hurd): Add hurd-console-service, hurd-getty-services, guix-service. Also add sylog and loopback, needed for ... * gnu/system.scm (hurd-default-essential-services): ... add %shepherd-root-service with dependencies: %boot-service, %activation-service, user-processes, root-file-system-service, file-system-service, pam-root-service.
This commit is contained in:
parent
7ccd471c71
commit
11e4200fee
2 changed files with 28 additions and 1 deletions
|
@ -603,6 +603,17 @@ bookkeeping."
|
|||
(list (service system-service-type '())
|
||||
%boot-service
|
||||
%activation-service
|
||||
%shepherd-root-service
|
||||
(service user-processes-service-type)
|
||||
(account-service (append (operating-system-accounts os)
|
||||
(operating-system-groups os))
|
||||
(operating-system-skeletons os))
|
||||
(root-file-system-service)
|
||||
(service file-system-service-type '())
|
||||
(service fstab-service-type
|
||||
(filter file-system-needed-for-boot?
|
||||
(operating-system-file-systems os)))
|
||||
(pam-root-service (operating-system-pam-services os))
|
||||
(operating-system-etc-service os)
|
||||
(service profile-service-type (operating-system-packages os))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue