diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-01-05 10:13:15 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-01-08 23:14:46 +0100 |
commit | b973480dc99197cc3026339175e1413d367d01f8 (patch) | |
tree | 977e6ac67e9a4ff30ba5f4b7c70f281be4c89633 /gnu/system.scm | |
parent | 4e0b93ce738750ba625734509ae9cc1c67348d40 (diff) | |
download | guix-b973480dc99197cc3026339175e1413d367d01f8.tar.gz |
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
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index cfa036556d..3cd64a5c9f 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -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) |