Files
Arch-R/projects/ROCKNIX/packages/sysutils/util-linux/system.d/fstrim.service
2025-07-13 19:02:44 +01:00

8 lines
201 B
Desktop File

[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