mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
8 lines
201 B
Desktop File
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
|