aboutsummaryrefslogtreecommitdiff
path: root/gnu/home
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-04-21 00:02:21 +0200
committerLudovic Courtès <ludo@gnu.org>2022-04-21 00:02:21 +0200
commitdd2ab92d9d2b09d8b7fae42d565c74377b04889a (patch)
tree75efebe6990e13774ffae45acf16fead5b29f1df /gnu/home
parentbc867b2ab055a1dfadc70e6d25dfef751441087f (diff)
downloadguix-dd2ab92d9d2b09d8b7fae42d565c74377b04889a.tar.gz
guix-dd2ab92d9d2b09d8b7fae42d565c74377b04889a.zip
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.
Diffstat (limited to 'gnu/home')
-rw-r--r--gnu/home/services/shepherd.scm4
1 files 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)))
/td>system: Provide locale information to the bootloader.Miguel Ángel Arruga Vivas 2020-09-07linux-boot: Handle nfs-root device strings.Stefan 2020-08-25Remove "guile-zlib" extension when unused.Mathieu Othacehe 2020-08-25linux-libre: Support module compression.Mathieu Othacehe 2020-07-27machine: ssh: Check for potential system downgrades.Ludovic Courtès 2020-07-25Use 'formatted-message' instead of '&message' where appropriate.Ludovic Courtès 2020-06-28Add more missing (ice-9 format) imports.Marius Bakke 2020-06-18machine: ssh: Fix guix deploy hang when using non-DCE UUIDs.Maxim Cournoyer 2020-03-23machine: ssh: Better report missing initrd modules.Ludovic Courtès 2020-03-23machine: ssh: Make sanity checks in a single round trip.Ludovic Courtès 2020-02-09Update e-mail address for Jakob L. Kreuze.Tobias Geerinckx-Rice 2019-12-08machine: Remove unnecessary record self-referencing bindings.Ludovic Courtès 2019-12-07machine: ssh: Deprecate missing 'host-key' field.Ludovic Courtès 2019-12-04machine: ssh: <machine-ssh-configuration> can include the host key.Ludovic Courtès 2019-10-22machine: digital-ocean: Rename 'enable-ipv6' to 'enable-ipv6?'.Ludovic Courtès 2019-10-22machine: Implement 'digital-ocean-environment-type'.Jakob L. Kreuze 2019-08-17machine: ssh: Fix sanity checks.宋文武 2019-08-16machine: Use 'become-command'.Jakob L. Kreuze 2019-08-15machine: Automatically authorize the coordinator's signing key.Jakob L. Kreuze 2019-08-15machine: Implement 'roll-back-machine'.Jakob L. Kreuze 2019-08-15machine: Allow non-root users to deploy.Jakob L. Kreuze 2019-08-14remote: Build derivations appropriate for the remote'sJakob L. Kreuze 2019-08-07machine: Add 'build-locally?' field for managed hosts.Jakob L. Kreuze 2019-08-06machine: Implement safety checks.Jakob L. Kreuze 2019-08-06machine: Rename 'system' field.Jakob L. Kreuze 2019-07-26guix system: Add 'reconfigure' module.Jakob L. Kreuze 2019-07-18machine: Fix typo.Tobias Geerinckx-Rice 2019-07-06gnu: Add machine type for deployment specifications.Jakob L. Kreuze