mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
services: shepherd: Default to 1.0.
* gnu/services/shepherd.scm (<shepherd-configuration>)[shepherd]: Default to SHEPHERD-1.0. * gnu/system/hurd.scm (%base-packages/hurd): Change to SHEPHERD-1.0. Change-Id: I7b0c3041d61a6f5d89c9d6d3caf7a8eedf5d8ca5
This commit is contained in:
parent
050d9f5158
commit
2a5c003c53
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ (define-record-type* <shepherd-configuration>
|
||||||
shepherd-configuration make-shepherd-configuration
|
shepherd-configuration make-shepherd-configuration
|
||||||
shepherd-configuration?
|
shepherd-configuration?
|
||||||
(shepherd shepherd-configuration-shepherd
|
(shepherd shepherd-configuration-shepherd
|
||||||
(default shepherd-0.10)) ; file-like
|
(default shepherd-1.0)) ;file-like
|
||||||
(services shepherd-configuration-services
|
(services shepherd-configuration-services
|
||||||
(default '()))) ; list of <shepherd-service>
|
(default '()))) ; list of <shepherd-service>
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@ (define %base-packages/hurd
|
||||||
;; Note: the Shepherd comes before the Hurd, not just because its duty is to
|
;; Note: the Shepherd comes before the Hurd, not just because its duty is to
|
||||||
;; shepherd the herd, but also because we want its 'halt' and 'reboot'
|
;; shepherd the herd, but also because we want its 'halt' and 'reboot'
|
||||||
;; commands to take precedence.
|
;; commands to take precedence.
|
||||||
(list shepherd-0.10 hurd netdde bash coreutils file findutils grep sed
|
(list shepherd-1.0 hurd netdde bash coreutils file findutils grep sed
|
||||||
diffutils patch gawk tar gzip bzip2 xz lzip
|
diffutils patch gawk tar gzip bzip2 xz lzip
|
||||||
guile-3.0-latest guile-colorized guile-readline
|
guile-3.0-latest guile-colorized guile-readline
|
||||||
net-base nss-certs inetutils less procps shadow sudo which
|
net-base nss-certs inetutils less procps shadow sudo which
|
||||||
|
|
Loading…
Reference in a new issue