1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

services: shepherd: Default to version 0.9.

* gnu/services/shepherd.scm (scm->go): Define 'shepherd&co' and pass it
to 'with-extensions'.
(shepherd-configuration-file): Call 'start-in-the-background' when it is
defined.
(<shepherd-configuration>)[shepherd]: Default to SHEPHERD-0.9.
* gnu/system.scm (hurd-default-essential-services): Use SHEPHERD-0.8.
This commit is contained in:
Ludovic Courtès
2022-03-28 14:01:10 +02:00
parent 938448bf40
commit 400c9ed3d7
2 changed files with 35 additions and 25 deletions
+4 -1
View File
@@ -765,7 +765,10 @@ bookkeeping."
%boot-service
%hurd-startup-service
%activation-service
%shepherd-root-service
(service shepherd-root-service-type
(shepherd-configuration
(shepherd shepherd-0.8))) ;no Fibers
(service user-processes-service-type)
(account-service (append (operating-system-accounts os)
(operating-system-groups os))