From e56add43305da52664c677e5416474f20c7f8928 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 4 Aug 2023 14:38:41 -0400 Subject: [PATCH] run fstrim daily instead of weekly --- systemd/system/fstrim.timer.d/local.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 systemd/system/fstrim.timer.d/local.conf diff --git a/systemd/system/fstrim.timer.d/local.conf b/systemd/system/fstrim.timer.d/local.conf new file mode 100644 index 0000000..ceef7dc --- /dev/null +++ b/systemd/system/fstrim.timer.d/local.conf @@ -0,0 +1,6 @@ +[Unit] +Description=Discard unused filesystem blocks once a day + +[Timer] +OnCalendar= +OnCalendar=daily