summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/fstrim.cron
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/fstrim.cron')
-rwxr-xr-xabs/core/LinHES-system/fstrim.cron4
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/LinHES-system/fstrim.cron b/abs/core/LinHES-system/fstrim.cron
new file mode 100755
index 0000000..ad0b4aa
--- /dev/null
+++ b/abs/core/LinHES-system/fstrim.cron
@@ -0,0 +1,4 @@
+#!/bin/bash
+#. /etc/profile
+/usr/bin/fstrim -av | /usr/bin/logger -t fstrim
+