From: Frantisek Sumsal Date: Sat, 14 Oct 2023 21:45:57 +0000 (+0200) Subject: feat(systemd): install systemd-executor X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bee1c4824a8cd47ce6c01892a548bdc07b1fa678;p=thirdparty%2Fdracut.git feat(systemd): install systemd-executor In [0] systemd gained a new binary - systemd-executor - that's used to spawn processes forked off systemd. Let's copy it into the initrd if it's available. [0] https://github.com/systemd/systemd/pull/27890 --- diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index 554c25a08..9a13a1dbb 100755 --- a/modules.d/00systemd/module-setup.sh +++ b/modules.d/00systemd/module-setup.sh @@ -34,6 +34,7 @@ install() { "$systemdutildir"/systemd \ "$systemdutildir"/systemd-coredump \ "$systemdutildir"/systemd-cgroups-agent \ + "$systemdutildir"/systemd-executor \ "$systemdutildir"/systemd-shutdown \ "$systemdutildir"/systemd-reply-password \ "$systemdutildir"/systemd-fsck \