mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
rng-tools: Fix crazy defaults
Since commit [f1dc9ac rng-tools: Fix crazy defaults] fixed init based on sysvinit, this fix rngd.service based on systemd. (From OE-Core rev: 078630b7bf8599ea2b3717ce33d2da0f7f26b0e2) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d40767ac83
commit
81fc280bae
@@ -5,7 +5,7 @@ After=systemd-udev-settle.service
|
||||
Before=sysinit.target
|
||||
|
||||
[Service]
|
||||
ExecStart=@SBINDIR@/rngd -f -r /dev/urandom
|
||||
ExecStart=@SBINDIR@/rngd -f -r /dev/hwrng
|
||||
SuccessExitStatus=66
|
||||
|
||||
[Install]
|
||||
|
||||
Reference in New Issue
Block a user