summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2016-10-18 12:08:50 +0200
committerKarel Zak2016-10-18 12:09:53 +0200
commit6a9aaf54915a454c21a16da94b2ed971158b416c (patch)
tree68d02ea7c0daa5bc81877368b4c86c300c424a2b
parentcal: support abbreviated month names (diff)
downloadkernel-qcow2-util-linux-6a9aaf54915a454c21a16da94b2ed971158b416c.tar.gz
kernel-qcow2-util-linux-6a9aaf54915a454c21a16da94b2ed971158b416c.tar.xz
kernel-qcow2-util-linux-6a9aaf54915a454c21a16da94b2ed971158b416c.zip
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 <kzak@redhat.com>
-rw-r--r--sys-utils/fstrim.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/fstrim.service.in b/sys-utils/fstrim.service.in
index 52155d0b3..457dfcf63 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