diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index e4260c77..51904c56 100755 --- a/modules.d/00systemd/module-setup.sh +++ b/modules.d/00systemd/module-setup.sh @@ -162,7 +162,9 @@ install() { if [[ $hostonly ]]; then inst_multiple -H -o \ /etc/systemd/journald.conf \ + /etc/systemd/journald.conf.d/*.conf \ /etc/systemd/system.conf \ + /etc/systemd/system.conf.d/*.conf \ /etc/hostname \ /etc/machine-id \ /etc/machine-info \