aboutsummaryrefslogtreecommitdiffstats
path: root/etc/systemd/system/[email protected]
Commit message (Collapse)AuthorAgeFilesLines
* Add weekly and monthly systemd timers for trimmingJulian Brunner2022-06-101-0/+12
On machines using systemd, trim timers can be enabled on a per-pool basis. Weekly and monthly timer units are provided. Timers can be enabled as follows: systemctl enable [email protected] --now systemctl enable [email protected] --now Each timer will pull in zfs-trim@${poolname}.service, which is not schedule-specific. The manpage zpool-trim has been updated accordingly. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Julian Brunner <[email protected]> Closes #13544