From: Antonio Alvarez Feijoo Date: Thu, 9 Feb 2023 12:55:31 +0000 (+0100) Subject: fix(systemd-tmpfiles): do not include systemd-tmpfiles-clean.timer X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1ef00735ae4fa19684598a8f7868e8b36b6bf5fe;p=thirdparty%2Fdracut.git fix(systemd-tmpfiles): do not include systemd-tmpfiles-clean.timer The systemd-tmpfiles-clean.timer unit is configured not to run in the initrd since https://github.com/systemd/systemd/commit/fe7f113c --- diff --git a/modules.d/01systemd-tmpfiles/module-setup.sh b/modules.d/01systemd-tmpfiles/module-setup.sh index fb90c7db9..ca7788e69 100755 --- a/modules.d/01systemd-tmpfiles/module-setup.sh +++ b/modules.d/01systemd-tmpfiles/module-setup.sh @@ -45,8 +45,6 @@ install() { "$systemdsystemunitdir/systemd-tmpfiles-setup.service.d/*.conf" \ "$systemdsystemunitdir"/systemd-tmpfiles-setup-dev.service \ "$systemdsystemunitdir/systemd-tmpfiles-setup-dev.service.d/*.conf" \ - "$systemdsystemunitdir"/systemd-tmpfiles-clean.timer \ - "$systemdsystemunitdir"/timers.target.wants/systemd-tmpfiles-clean.timer \ "$systemdsystemunitdir"/sysinit.target.wants/systemd-tmpfiles-setup-dev.service \ "$systemdsystemunitdir"/sysinit.target.wants/systemd-tmpfiles-setup.service \ systemd-tmpfiles