]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
feat(systemd): install systemd-executor
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 14 Oct 2023 21:45:57 +0000 (23:45 +0200)
committerLukáš Nykrýn <lnykryn@redhat.com>
Wed, 18 Oct 2023 16:05:52 +0000 (18:05 +0200)
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

modules.d/00systemd/module-setup.sh

index 554c25a08e6268fd7254cddeb56d31c2f03f9e04..9a13a1dbbac1a521f31e5b01799115d796cb716d 100755 (executable)
@@ -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 \