Files
linuxkit/alpine/etc/periodic/weekly/trim
Justin Cormack 131122c3b2 Add weekly cron job to TRIM drive
See #536

This is the recommended frequency. For desktop this might be less
suitable, so we may want to adjust

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-24 14:18:49 +01:00

5 lines
79 B
Bash
Executable File

#!/bin/sh
# TODO check with hdparm if supports TRIM
/sbin/fstrim /var || true