All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Kiernan" <alex.kiernan@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alex Kiernan <alex.kiernan@gmail.com>
Subject: [OE-Core][RFC PATCH 11/13] psplash: Set RemainAfterExit on systemd units
Date: Thu, 26 Mar 2020 08:54:24 +0000	[thread overview]
Message-ID: <20200326085426.117209-12-alex.kiernan@gmail.com> (raw)
In-Reply-To: <20200326085426.117209-1-alex.kiernan@gmail.com>

psplash is only expected to run during startup, but if any dependency is
pulled into a transaction and the unit is inactive, then it can be
restarted.

Set RemainAfterExit to ensure that the unit remains active and is not
gratuitously restarted.

Drop the nonexistent systemd-start.service from the unit.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v2: None

 meta/recipes-core/psplash/files/psplash-start.service   | 1 +
 meta/recipes-core/psplash/files/psplash-systemd.service | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/psplash/files/psplash-start.service b/meta/recipes-core/psplash/files/psplash-start.service
index a8c97c7a7576..36c2bb38e072 100644
--- a/meta/recipes-core/psplash/files/psplash-start.service
+++ b/meta/recipes-core/psplash/files/psplash-start.service
@@ -6,6 +6,7 @@ RequiresMountsFor=/run
 [Service]
 Type=notify
 ExecStart=/usr/bin/psplash
+RemainAfterExit=yes
 
 [Install]
 WantedBy=sysinit.target
diff --git a/meta/recipes-core/psplash/files/psplash-systemd.service b/meta/recipes-core/psplash/files/psplash-systemd.service
index 4e18980bb271..082207f2324a 100644
--- a/meta/recipes-core/psplash/files/psplash-systemd.service
+++ b/meta/recipes-core/psplash/files/psplash-systemd.service
@@ -1,13 +1,13 @@
 [Unit]
 Description=Start psplash-systemd progress communication helper
 DefaultDependencies=no
-After=systemd-start.service
 After=psplash-start.service
 Requires=psplash-start.service
 RequiresMountsFor=/run
 
 [Service]
 ExecStart=/usr/bin/psplash-systemd
+RemainAfterExit=yes
 
 [Install]
 WantedBy=sysinit.target
-- 
2.17.1


  parent reply	other threads:[~2020-03-26  8:54 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-26  8:54 [OE-Core][RFC PATCH 00/13] Systemd 245 and related updates Alex Kiernan
2020-03-26  8:54 ` [OE-Core][RFC PATCH 01/13] systemd: Use PACKAGE_BEFORE_PN, not =+ Alex Kiernan
2020-03-26  8:54 ` [OE-Core][RFC PATCH 02/13] systemd: Package udev rules explicitly Alex Kiernan
2020-03-26  8:54 ` [OE-Core][RFC PATCH 03/13] systemd: Replace nonarch_base_libdir with rootlibexecdir Alex Kiernan
2020-03-26  8:54 ` [OE-Core][RFC PATCH 04/13] systemd: Reinstate systemd-hwdb-update.service Alex Kiernan
2020-03-26  8:54 ` [OE-Core][RFC PATCH 05/13] systemd: Add sch-fq-codel to RRECOMMENDS Alex Kiernan
2020-03-26  8:54 ` [OE-Core][RFC PATCH 06/13] systemd: Add PACKAGECONFIG for sysvinit Alex Kiernan
2020-03-26 14:56   ` Adrian Bunk
2020-03-26 15:54     ` Alex Kiernan
2020-03-26 17:32       ` Adrian Bunk
2020-03-26 18:08         ` Alex Kiernan
2020-03-26 19:13           ` Adrian Bunk
2020-03-26 19:21             ` Otavio Salvador
2020-03-26 18:17         ` Andre McCurdy
2020-03-26 18:32           ` Otavio Salvador
2020-03-26 19:12             ` Adrian Bunk
2020-03-26  8:54 ` [OE-Core][RFC PATCH 07/13] systemd: Remove X11 related files when disabled Alex Kiernan
2020-03-26  8:54 ` [OE-Core][RFC PATCH 08/13] systemd: Enable smack based on DISTRO_FEATURES Alex Kiernan
2020-03-26  8:54 ` [OE-Core][RFC PATCH 09/13] systemd: Enable audit " Alex Kiernan
2020-03-26  8:54 ` [OE-Core][RFC PATCH 10/13] systemd: Enable acl " Alex Kiernan
2020-03-26  8:54 ` Alex Kiernan [this message]
2020-03-26  8:54 ` [OE-Core][RFC PATCH 12/13] oeqa/runtime/cases: Disable and stop systemd-timesyncd Alex Kiernan
2020-03-26  8:54 ` [OE-Core][RFC PATCH 13/13] systemd: upgrade v244.3 -> v245.2 Alex Kiernan
2020-03-26 12:27 ` [OE-Core][RFC PATCH 00/13] Systemd 245 and related updates Otavio Salvador

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=20200326085426.117209-12-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 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.