]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(systemd-timedated): correct typo in override path
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Fri, 12 May 2023 07:44:51 +0000 (09:44 +0200)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Thu, 22 Jun 2023 15:08:15 +0000 (17:08 +0200)
modules.d/01systemd-timedated/module-setup.sh

index 5f85f2aeaf6566dfe58148c69be5eaed6c3d30c7..5e9c5caf9a072cd2dec0edb5da9d0af365927109 100755 (executable)
@@ -41,6 +41,6 @@ install() {
     if [[ $hostonly ]]; then
         inst_multiple -H -o \
             "$systemdsystemconfdir"/systemd-timedated.service \
-            "$systemdsystemconfdir/systemd-timedated.service/*.conf"
+            "$systemdsystemconfdir/systemd-timedated.service.d/*.conf"
     fi
 }