distribution/packages/sysutils/util-linux/system.d/fstrim.service
2022-09-14 19:51:00 -04:00

9 lines
293 B
Desktop File

[Unit]
Description=Discard unused blocks on all filesystems
[Service]
Type=oneshot
# don't run immediately on boot when timer event was missed
ExecStartPre=-/usr/bin/sleep 20
ExecStart=-/usr/sbin/fstrim --all --verbose --quiet-unsupported
ExecStart=-/usr/bin/touch /storage/.cache/fstrim.run