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
|