From: Dusty Mabe Date: Tue, 13 Oct 2020 15:26:16 +0000 (-0400) Subject: fstrim: remove fstab condition from fstrim.timer X-Git-Tag: v2.37-rc1~424^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9651b677f1d45fba31997b777ed75ef2eaeebf09;p=thirdparty%2Futil-linux.git fstrim: remove fstab condition from fstrim.timer In 9995da0 we added support to fstrim to be able to fall back to `/proc/self/mountinfo` if `/etc/fstab` didn't exist, but we forgot to remove the `/etc/fstab` condition from the timer. Let's remove that condition from the timer so we can go back to periodically running `fstrim.service`. --- diff --git a/sys-utils/fstrim.timer b/sys-utils/fstrim.timer index b9e4d577ca..54b3c18f59 100644 --- a/sys-utils/fstrim.timer +++ b/sys-utils/fstrim.timer @@ -1,7 +1,6 @@ [Unit] Description=Discard unused blocks once a week Documentation=man:fstrim -ConditionPathExists=/etc/fstab ConditionVirtualization=!container [Timer]