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:
parent
bc867b2ab0
commit
dd2ab92d9d
@ -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)))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user