services: shepherd: Default to 0.10.
* gnu/services/shepherd.scm (<shepherd-configuration>)[shepherd]: Default to SHEPHERD-0.10. * gnu/home/services/shepherd.scm (<home-shepherd-configuration>)[shepherd]: Likewise.master
parent
1d9efb858f
commit
134c10241a
|
@ -52,7 +52,7 @@
|
||||||
home-shepherd-configuration make-home-shepherd-configuration
|
home-shepherd-configuration make-home-shepherd-configuration
|
||||||
home-shepherd-configuration?
|
home-shepherd-configuration?
|
||||||
(shepherd home-shepherd-configuration-shepherd
|
(shepherd home-shepherd-configuration-shepherd
|
||||||
(default shepherd-0.9)) ; package
|
(default shepherd-0.10)) ; package
|
||||||
(auto-start? home-shepherd-configuration-auto-start?
|
(auto-start? home-shepherd-configuration-auto-start?
|
||||||
(default #t))
|
(default #t))
|
||||||
(daemonize? home-shepherd-configuration-daemonize?
|
(daemonize? home-shepherd-configuration-daemonize?
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013-2016, 2018-2022 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2013-2016, 2018-2023 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
|
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
|
||||||
;;; Copyright © 2018 Carlo Zancanaro <carlo@zancanaro.id.au>
|
;;; Copyright © 2018 Carlo Zancanaro <carlo@zancanaro.id.au>
|
||||||
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
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.9)) ; file-like
|
(default shepherd-0.10)) ; file-like
|
||||||
(services shepherd-configuration-services
|
(services shepherd-configuration-services
|
||||||
(default '()))) ; list of <shepherd-service>
|
(default '()))) ; list of <shepherd-service>
|
||||||
|
|
||||||
|
|
Reference in New Issue