mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
system: hurd: Use the Shepherd 0.10.x.
* gnu/system.scm (hurd-default-essential-services): Remove reference to ‘shepherd-0.8’. * gnu/system/hurd.scm (%base-packages/hurd): Replace ‘shepherd-0.8’ with ‘shepherd-0.10’. Change-Id: I9f1800693cda456286450d3d0bb6f7e3da85d55e
This commit is contained in:
parent
4e0b93ce73
commit
b973480dc9
2 changed files with 3 additions and 5 deletions
|
@ -803,9 +803,7 @@ bookkeeping."
|
|||
%boot-service
|
||||
%hurd-startup-service
|
||||
%activation-service
|
||||
(service shepherd-root-service-type
|
||||
(shepherd-configuration
|
||||
(shepherd shepherd-0.8))) ;no Fibers
|
||||
(service shepherd-root-service-type)
|
||||
|
||||
(service user-processes-service-type)
|
||||
(account-service (append (operating-system-accounts os)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue