Merge pull request #554 from justincormack/trim

Add weekly cron job to TRIM drive
This commit is contained in:
Justin Cormack
2016-09-24 14:26:41 +01:00
committed by GitHub

View File

@@ -0,0 +1,4 @@
#!/bin/sh
# TODO check with hdparm if supports TRIM
/sbin/fstrim /var || true