From 88053ed59a2b23e5de2485efaf07cd2d49efbf74 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Fri, 29 May 2026 22:34:14 +0200 Subject: [PATCH] Add non-rice/sv/fstrim/run --- non-rice/sv/fstrim/run | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 non-rice/sv/fstrim/run diff --git a/non-rice/sv/fstrim/run b/non-rice/sv/fstrim/run new file mode 100644 index 0000000..790ec3e --- /dev/null +++ b/non-rice/sv/fstrim/run @@ -0,0 +1,3 @@ +#!/bin/sh +# disk trimming to keep ssd healthy +exec snooze 7d /usr/sbin/fstrim / \ No newline at end of file