From 9651b677f1d45fba31997b777ed75ef2eaeebf09 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 13 Oct 2020 11:26:16 -0400 Subject: [PATCH] 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`. --- sys-utils/fstrim.timer | 1 - 1 file changed, 1 deletion(-) 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] -- 2.47.3