7 lines
201 B
Desktop File
7 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
|