summaryrefslogtreecommitdiffstats
path: root/sys-utils/fstrim.timer
Commit message (Collapse)AuthorAgeFilesLines
* fstrim: daily -> weekly in systemd timerKarel Zak2014-04-101-2/+3
| | | | | | | * add link to fstrimg man page * less aggressive frequency Signed-off-by: Karel Zak <kzak@redhat.com>
* fstrim: add systemd unitsThomas Bächler2014-04-071-0/+10
This adds a timer and a service for systemd that runs fstrim -a once a day. The Persistent=true option used will only work on systemd 212 or newer.