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.
This commit is contained in:
Ludovic Courtès 2022-04-21 00:02:21 +02:00
parent bc867b2ab0
commit dd2ab92d9d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -86,8 +86,8 @@ (define config
(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)))