]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fstrim: add -v to the systemd service
authorKarel Zak <kzak@redhat.com>
Tue, 18 Oct 2016 10:08:50 +0000 (12:08 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Oct 2016 10:09:53 +0000 (12:09 +0200)
It seems to be good idea to have more verbose output in the log files
for weekly fstrim execution. The verbose adds details (one line) for
each filesystem.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1337304
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/fstrim.service.in

index 52155d0b3855e3d40145d826929dbfaf14290018..457dfcf63fc3c700d157744ee1e73a6213c71243 100644 (file)
@@ -3,4 +3,4 @@ Description=Discard unused blocks
 
 [Service]
 Type=oneshot
-ExecStart=@sbindir@/fstrim -a
+ExecStart=@sbindir@/fstrim -av