mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
home: shepherd: "shepherd.conf" returns one value.
Fixes <https://issues.guix.gnu.org/54779>. Reported by Aleksandr Vityazev <avityazev@posteo.org> and Nicolas Graves <ngraves@ngraves.fr>. * gnu/home/services/shepherd.scm (home-shepherd-configuration-file): Return one value.
This commit is contained in:
parent
cd5c31d192
commit
bc867b2ab0
1 changed files with 4 additions and 1 deletions
|
@ -84,7 +84,10 @@ (define config
|
|||
services))))
|
||||
(if (defined? 'start-in-the-background)
|
||||
(start-in-the-background services-to-start)
|
||||
(for-each start services-to-start)))))
|
||||
(for-each start services-to-start))
|
||||
|
||||
;; Return one value.
|
||||
#t)))
|
||||
|
||||
(scheme-file "shepherd.conf" config)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue