[kzak@redhat.com: - this configuration is recommended by systemd docs] Signed-off-by: Karel Zak <kzak@redhat.com>
11 lines
170 B
SYSTEMD
11 lines
170 B
SYSTEMD
[Unit]
|
|
Description=Discard unused blocks once a week
|
|
Documentation=man:fstrim
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|