mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-07 08:06:11 +00:00
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>
5 lines
79 B
Bash
Executable File
5 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# TODO check with hdparm if supports TRIM
|
|
/sbin/fstrim /var || true
|