mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
services: Make the urandom-seed-service-type return success properly.
Reported by nigko on #guix: https://logs.guix.gnu.org/guix/2025-04-05.log#201718 * gnu/services/base.scm (urandom-seed-shepherd-service): Return #f when stopped. Change-Id: I8212508e4a017270e4e9284b43170cd17999e8b4
This commit is contained in:
parent
b413d1ea6a
commit
bb4ce5cc47
1 changed files with 2 additions and 1 deletions
|
|
@ -673,7 +673,8 @@ file systems, as well as corresponding @file{/etc/fstab} entries.")))
|
|||
(lambda (seed)
|
||||
(put-bytevector seed buf)))
|
||||
(umask previous-umask))
|
||||
#t)))))
|
||||
)))
|
||||
#f))
|
||||
(modules `((rnrs bytevectors)
|
||||
(rnrs io ports)
|
||||
,@%default-modules)))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue