Skip to content

Commit

Permalink
feat(systemd): install systemd-executor
Browse files Browse the repository at this point in the history
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] systemd/systemd#27890
  • Loading branch information
mrc0mmand authored and lnykryn committed Oct 18, 2023
1 parent 6acfeca commit bee1c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules.d/00systemd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bee1c48

Please sign in to comment.