75964ef243
This service (weekly) will let SSD firmware to do the garbage collection after file-system deleted files. It could avoid slowness or even READ-ONLY error due to SSD not being able to free the pages even though the file system thinks there was a lot of space left. Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
7 lines
92 B
Desktop File
7 lines
92 B
Desktop File
[Unit]
|
|
Description=Discard unused blocks
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/sbin/fstrim -av
|