From: Jonathan Liu <net147@gmail.com>
To: Jonathan Liu <net147@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] systemd: fix ordering for machineid and run-postinsts services
Date: Fri, 24 May 2013 23:33:52 +1000 [thread overview]
Message-ID: <519F6C40.3070108@gmail.com> (raw)
In-Reply-To: <1368673187-20121-1-git-send-email-net147@gmail.com>
On 16/05/2013 12:59 PM, Jonathan Liu wrote:
> The remount-rootfs.service unit has been renamed to
> systemd-remount-fs.service in systemd v183 and later.
>
> The run-postinsts script writes to /var/log (a symbolic link to
> /var/volatile/log), so systemd-tmpfiles-setup.service is added to After=
> in run-postinsts.service to ensure /var/volatile/log is created before
> running the script.
>
> [YOCTO #4490]
>
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
> meta/recipes-core/systemd/systemd-compat-units/machineid.service | 2 +-
> meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/systemd/systemd-compat-units/machineid.service b/meta/recipes-core/systemd/systemd-compat-units/machineid.service
> index cab8f76..f586c6d 100644
> --- a/meta/recipes-core/systemd/systemd-compat-units/machineid.service
> +++ b/meta/recipes-core/systemd/systemd-compat-units/machineid.service
> @@ -2,7 +2,7 @@
> Description=Machine ID first boot configure
> DefaultDependencies=no
> ConditionPathExists=|!/etc/machine-id
> -After=remount-rootfs.service
> +After=systemd-remount-fs.service
> Before=sysinit.target
>
> [Service]
> diff --git a/meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service b/meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service
> index da6fe76..02c1d86 100644
> --- a/meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service
> +++ b/meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service
> @@ -2,7 +2,7 @@
> Description=Run pending postinsts
> DefaultDependencies=no
> ConditionPathExists=|/etc/rcS.d/S98run-postinsts
> -After=remount-rootfs.service tmp.mount
> +After=systemd-remount-fs.service systemd-tmpfiles-setup.service tmp.mount
> Before=sysinit.target
>
> [Service]
Bump. This fixes the postinst service failing on startup when using
systemd with an image that inherits from boot-directdisk.
Regards,
Jonathan
prev parent reply other threads:[~2013-05-24 13:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-16 2:59 [PATCH] systemd: fix ordering for machineid and run-postinsts services Jonathan Liu
2013-05-24 13:33 ` Jonathan Liu [this message]
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=519F6C40.3070108@gmail.com \
--to=net147@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.