mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue