From: Karel Zak Date: Tue, 18 Oct 2016 10:08:50 +0000 (+0200) Subject: fstrim: add -v to the systemd service X-Git-Tag: v2.29-rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a9aaf54915a454c21a16da94b2ed971158b416c;p=thirdparty%2Futil-linux.git fstrim: add -v to the systemd service 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 --- diff --git a/sys-utils/fstrim.service.in b/sys-utils/fstrim.service.in index 52155d0b38..457dfcf63f 100644 --- a/sys-utils/fstrim.service.in +++ b/sys-utils/fstrim.service.in @@ -3,4 +3,4 @@ Description=Discard unused blocks [Service] Type=oneshot -ExecStart=@sbindir@/fstrim -a +ExecStart=@sbindir@/fstrim -av