[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/19: home: shepherd: Redirect input port to /dev/null.
From: |
guix-commits |
Subject: |
19/19: home: shepherd: Redirect input port to /dev/null. |
Date: |
Wed, 20 Apr 2022 18:10:00 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit dd2ab92d9d2b09d8b7fae42d565c74377b04889a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Apr 21 00:02:21 2022 +0200
home: shepherd: Redirect input port to /dev/null.
Suggested by Aleksandr Vityazev <avityazev@posteo.org>.
* gnu/home/services/shepherd.scm (home-shepherd-configuration-file):
Redirect input port to /dev/null.
---
gnu/home/services/shepherd.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/home/services/shepherd.scm b/gnu/home/services/shepherd.scm
index a105c26c47..62ab0aadc6 100644
--- a/gnu/home/services/shepherd.scm
+++ b/gnu/home/services/shepherd.scm
@@ -86,8 +86,8 @@ as shepherd package."
(start-in-the-background services-to-start)
(for-each start services-to-start))
- ;; Return one value.
- #t)))
+ (redirect-port (open-input-file "/dev/null")
+ (current-input-port)))))
(scheme-file "shepherd.conf" config)))
- 14/19: gnu: aws-crt-cpp: Update to 0.17.27., (continued)
- 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
- 10/19: gnu: aws-c-http: Update to 0.6.13., guix-commits, 2022/04/20
- 16/19: gnu: Add pikchr., guix-commits, 2022/04/20
- 19/19: home: shepherd: Redirect input port to /dev/null.,
guix-commits <=