This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/ansible/etc/systemd/system/fstrim.timer.j2

12 lines
170 B
Plaintext
Raw Normal View History

2018-12-18 02:41:47 +01:00
[Unit]
Description=Discard unused blocks once a week
Documentation=man:fstrim
[Timer]
OnCalendar=weekly
AccuracySec=1h
Persistent=true
[Install]
WantedBy=timers.target