Fixes the regression introduced by https://github.com/systemd/systemd/pull/20056
As discussed in #1656 and #1657
"$systemdsystemunitdir"/systemd-coredump.socket \
"$systemdsystemunitdir"/systemd-coredump@.service \
"$systemdsystemunitdir"/sockets.target.wants/systemd-coredump.socket \
+ "$sysusers"/systemd-coredump.conf \
coredumpctl
# Install the hosts local user configurations if enabled.
"$systemdsystemconfdir/systemd-coredump.socket.d/*.conf" \
"$systemdsystemconfdir"/systemd-coredump@.service \
"$systemdsystemconfdir/systemd-coredump@.service.d/*.conf" \
- "$systemdsystemconfdir"/sockets.target.wants/systemd-coredump.socket
+ "$systemdsystemconfdir"/sockets.target.wants/systemd-coredump.socket \
+ "$sysusersconfdir"/systemd-coredump.conf
fi
}
"$systemdsystemunitdir"/sockets.target.wants/systemd-journald.socket \
"$systemdsystemunitdir"/sockets.target.wants/systemd-journald-audit.socket \
"$systemdsystemunitdir"/sysinit.target.wants/systemd-journald.service \
+ "$sysusers"/systemd-journal.conf \
journalctl
# Install library file(s)
"$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"
+ "$systemdsystemconfdir/systemd-journal-catalog-update.service.d/*.conf" \
+ "$sysusersconfdir"/systemd-journal.conf
fi
}
"$systemdsystemunitdir"/systemd-network-generator.service \
"$systemdsystemunitdir"/systemd-networkd-wait-online.service \
"$systemdsystemunitdir"/systemd-network-generator.service \
+ "$sysusers"/systemd-network.conf \
networkctl ip
# Enable systemd type units
"$systemdsystemconfdir"/systemd-network-generator.service \
"$systemdsystemconfdir/systemd-network-generator.service/*.conf" \
"$systemdsystemconfdir"/systemd-networkd-wait-online.service \
- "$systemdsystemconfdir/systemd-networkd-wait-online.service/*.conf"
+ "$systemdsystemconfdir/systemd-networkd-wait-online.service/*.conf" \
+ "$sysusersconfdir"/systemd-network.conf
fi
}
"$systemdutildir"/systemd-resolved \
"$systemdsystemunitdir"/systemd-resolved.service \
"$systemdsystemunitdir/systemd-resolved.service.d/*.conf" \
+ "$sysusers"/systemd-resolve.conf \
resolvectl
# Enable systemd type unit(s)
"$systemdutilconfdir"/resolved.conf \
"$systemdutilconfdir/resolved.conf.d/*.conf" \
"$systemdsystemconfdir"/systemd-resolved.service \
- "$systemdsystemconfdir/systemd-resolved.service/*.conf"
+ "$systemdsystemconfdir/systemd-resolved.service/*.conf" \
+ "$sysusersconfdir"/systemd-resolve.conf
fi
}
"$systemdsystemunitdir"/systemd-timesyncd.service \
"$systemdsystemunitdir/systemd-timesyncd.service.d/*.conf" \
"$systemdsystemunitdir"/systemd-time-wait-sync.service \
- "$systemdsystemunitdir/systemd-time-wait-sync.service.d/*.conf"
+ "$systemdsystemunitdir/systemd-time-wait-sync.service.d/*.conf" \
+ "$sysusers"/systemd-timesync.conf
# Enable systemd type unit(s)
for i in \
"$systemdsystemconfdir"/systemd-timesyncd.service \
"$systemdsystemconfdir/systemd-timesyncd.service.d/*.conf" \
"$systemdsystemunitdir"/systemd-time-wait-sync.service \
- "$systemdsystemunitdir/systemd-time-wait-sync.service.d/*.conf"
+ "$systemdsystemunitdir/systemd-time-wait-sync.service.d/*.conf" \
+ "$sysusersconfdir"/systemd-timesync.conf
fi
}