From: "Alex Kiernan" <alex.kiernan@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alex Kiernan <alex.kiernan@gmail.com>
Subject: [OE-Core][PATCH 2/6] rngd-tools: Install as part of sysinit.target
Date: Wed, 22 Apr 2020 14:52:07 +0100 [thread overview]
Message-ID: <20200422135211.121292-2-alex.kiernan@gmail.com> (raw)
In-Reply-To: <20200422135211.121292-1-alex.kiernan@gmail.com>
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.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---
meta/recipes-support/rng-tools/rng-tools/rngd.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-support/rng-tools/rng-tools/rngd.service b/meta/recipes-support/rng-tools/rng-tools/rngd.service
index aaaaa290742a..084322ac40aa 100644
--- a/meta/recipes-support/rng-tools/rng-tools/rngd.service
+++ b/meta/recipes-support/rng-tools/rng-tools/rngd.service
@@ -10,4 +10,4 @@ EnvironmentFile=-@SYSCONFDIR@/default/rng-tools
ExecStart=@SBINDIR@/rngd -f $EXTRA_ARGS
[Install]
-WantedBy=multi-user.target
+WantedBy=sysinit.target
--
2.17.1
next prev parent reply other threads:[~2020-04-22 13:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-22 13:52 [OE-Core][PATCH 1/6] openssh: Move sshdgenkeys.service to sshd.socket Alex Kiernan
2020-04-22 13:52 ` Alex Kiernan [this message]
2020-04-22 13:52 ` [OE-Core][PATCH 3/6] rng-tools: Restrict rngd.service Alex Kiernan
2020-04-22 13:52 ` [OE-Core][PATCH 4/6] run-postinsts: Set RemainAfterExit on systemd unit Alex Kiernan
2020-04-22 13:52 ` [OE-Core][PATCH 5/6] systemd: Drop RDEPEND on systemd-compat-units when sysvinit is disabled Alex Kiernan
2020-04-22 13:52 ` [OE-Core][PATCH 6/6] systemd: upgrade v244.3 -> v245.5 Alex Kiernan
2020-04-22 18:48 ` [OE-Core][PATCH 1/6] openssh: Move sshdgenkeys.service to sshd.socket Andre McCurdy
2020-04-23 8:30 ` Alex Kiernan
2020-04-23 17:14 ` Andre McCurdy
2020-04-25 1:43 ` Khem Raj
2020-04-25 10:44 ` Alex Kiernan
2020-04-25 15:12 ` Khem Raj
[not found] ` <160828A1D0F44509.29104@lists.openembedded.org>
2020-04-23 8:38 ` [OE-Core][PATCH 3/6] rng-tools: Restrict rngd.service Alex Kiernan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200422135211.121292-2-alex.kiernan@gmail.com \
--to=alex.kiernan@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox