8 lines
201 B
SYSTEMD
8 lines
201 B
SYSTEMD
|
[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
|