From: Antonio Alvarez Feijoo Date: Fri, 12 May 2023 07:43:59 +0000 (+0200) Subject: fix(systemd-resolved): correct typo in override path X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d083021910f0633035a056e0541549efffec896;p=thirdparty%2Fdracut.git fix(systemd-resolved): correct typo in override path --- diff --git a/modules.d/01systemd-resolved/module-setup.sh b/modules.d/01systemd-resolved/module-setup.sh index 50e1bb219..0c2e8c282 100755 --- a/modules.d/01systemd-resolved/module-setup.sh +++ b/modules.d/01systemd-resolved/module-setup.sh @@ -52,7 +52,7 @@ install() { "$systemdutilconfdir"/resolved.conf \ "$systemdutilconfdir/resolved.conf.d/*.conf" \ "$systemdsystemconfdir"/systemd-resolved.service \ - "$systemdsystemconfdir/systemd-resolved.service/*.conf" \ + "$systemdsystemconfdir/systemd-resolved.service.d/*.conf" \ "$sysusersconfdir"/systemd-resolve.conf fi }