You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
218 B
INI
9 lines
218 B
INI
9 years ago
|
# Called by /usr/lib/systemd/system/fstrim.timer from util-linux
|
||
|
# Add `-v` flag so that results can be reviewed in jouranctl
|
||
|
[Unit]
|
||
|
Description=Discard unused blocks
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/sbin/fstrim -av
|