summaryrefslogtreecommitdiffstats
path: root/sys-utils/fstrim.service.in
Commit message (Collapse)AuthorAgeFilesLines
* fstrim: add -v to the systemd serviceKarel Zak2016-10-181-1/+1
| | | | | | | | | It seems to be good idea to have more verbose output in the log files for weekly fstrim execution. The verbose adds details (one line) for each filesystem. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1337304 Signed-off-by: Karel Zak <kzak@redhat.com>
* fstrim: add systemd unitsThomas Bächler2014-04-071-0/+6
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.