mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
rngd-tools: Install as part of sysinit.target
rngd.service has a constraint of Before=sysinit.target, installing as part of multi-user.target is an odd choice as unless it's pulled in by a different dependency, an other target would not start it. (From OE-Core rev: eeb1e236dab087b7565dbbf6979e2b4c03e56e91) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4f568b44c6
commit
c21dfbd8ea
@@ -10,4 +10,4 @@ EnvironmentFile=-@SYSCONFDIR@/default/rng-tools
|
|||||||
ExecStart=@SBINDIR@/rngd -f $EXTRA_ARGS
|
ExecStart=@SBINDIR@/rngd -f $EXTRA_ARGS
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=sysinit.target
|
||||||
|
|||||||
Reference in New Issue
Block a user