distribution/packages/sysutils/util-linux/system.d/fstrim.service

8 lines
201 B
SYSTEMD
Raw Normal View History

2022-09-14 23:51:00 +00:00
[Unit]
Description=Discard unused blocks on all filesystems
[Service]
Type=oneshot
ExecStart=-/usr/sbin/fstrim --all --verbose --quiet-unsupported
ExecStart=-/usr/bin/touch /storage/.cache/fstrim.run