me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ as shepherd package."
(start-in-the-background services-to-start) (start-in-the-background services-to-start)
(for-each start services-to-start)) (for-each start services-to-start))
;; Return one value. (redirect-port (open-input-file "/dev/null")
#t))) (current-input-port)))))
(scheme-file "shepherd.conf" config))) (scheme-file "shepherd.conf" config)))