[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/19: home: shepherd: "shepherd.conf" returns one value.
From: |
guix-commits |
Subject: |
18/19: home: shepherd: "shepherd.conf" returns one value. |
Date: |
Wed, 20 Apr 2022 18:10:00 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit bc867b2ab055a1dfadc70e6d25dfef751441087f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Apr 20 23:47:54 2022 +0200
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.
---
gnu/home/services/shepherd.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/home/services/shepherd.scm b/gnu/home/services/shepherd.scm
index df6bbb30e6..a105c26c47 100644
--- a/gnu/home/services/shepherd.scm
+++ b/gnu/home/services/shepherd.scm
@@ -84,7 +84,10 @@ as shepherd package."
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)))
- branch master updated (8540c2d86c -> dd2ab92d9d), guix-commits, 2022/04/20
- 01/19: git-download: Set locale to deal with Unicode in git metadata., guix-commits, 2022/04/20
- 07/19: gnu: aws-c-io: Update to 0.10.20., guix-commits, 2022/04/20
- 08/19: gnu: aws-c-cal: Update to 0.5.17., guix-commits, 2022/04/20
- 13/19: gnu: aws-c-mqtt: Update to 0.7.10., guix-commits, 2022/04/20
- 04/19: gnu: s2n: Update to 1.3.10., guix-commits, 2022/04/20
- 18/19: home: shepherd: "shepherd.conf" returns one value.,
guix-commits <=
- 09/19: gnu: Add aws-c-sdkutils., guix-commits, 2022/04/20
- 11/19: gnu: aws-c-auth: Update to 0.6.11., guix-commits, 2022/04/20
- 14/19: gnu: aws-crt-cpp: Update to 0.17.27., guix-commits, 2022/04/20
- 05/19: gnu: aws-lc: Update to 1.0.2., guix-commits, 2022/04/20
- 02/19: gnu: cxxopts: Update to 3.0.0., guix-commits, 2022/04/20
- 15/19: gnu: aws-sdk-cpp: Update to 1.9.236., guix-commits, 2022/04/20
- 12/19: gnu: aws-c-s3: Update to 0.1.38., guix-commits, 2022/04/20
- 17/19: gnu: Add emacs-cpreproc., guix-commits, 2022/04/20
- 06/19: gnu: aws-c-common: Update to 0.6.20., guix-commits, 2022/04/20
- 03/19: gnu: folly: Update to 2022.04.11.00., guix-commits, 2022/04/20