Skip to content

Commit

Permalink
fix(systemd-journald): do not include systemd-journal-flush.service
Browse files Browse the repository at this point in the history
The systemd-journal-flush.service unit is configured not to run in the initrd
since systemd/systemd@fe7f113c
  • Loading branch information
aafeijoo-suse committed Jun 8, 2023
1 parent 925febf commit eff2a93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules.d/01systemd-journald/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ install() {
"$systemdsystemunitdir"/systemd-journald-audit.socket \
"$systemdsystemunitdir"/systemd-journald-dev-log.socket \
"$systemdsystemunitdir"/systemd-journald-varlink@.socket \
"$systemdsystemunitdir"/systemd-journal-flush.service \
"$systemdsystemunitdir"/systemd-journal-catalog-update.service \
"$systemdsystemunitdir"/sockets.target.wants/systemd-journald-audit.socket \
"$systemdsystemunitdir"/sockets.target.wants/systemd-journald-dev-log.socket \
Expand All @@ -63,8 +62,6 @@ install() {
"$systemdutilconfdir/journald.conf.d/*.conf" \
"$systemdsystemconfdir"/systemd-journald.service \
"$systemdsystemconfdir/systemd-journald.service.d/*.conf" \
"$systemdsystemconfdir"/systemd-journal-flush.service \
"$systemdsystemconfdir/systemd-journal-flush.service.d/*.conf" \
"$systemdsystemconfdir"/systemd-journal-catalog-update.service \
"$systemdsystemconfdir/systemd-journal-catalog-update.service.d/*.conf" \
"$sysusersconfdir"/systemd-journal.conf
Expand Down

0 comments on commit eff2a93

Please sign in to comment.