From 9d4ba7bb30cf7404fc3dcae093c2bdd913dbf992 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Fri, 8 Sep 2023 19:08:14 +0200 Subject: [PATCH] Make fstrim execution visible in logs --- _posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl b/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl index f25d860..5c1b461 100644 --- a/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl +++ b/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl @@ -120,7 +120,7 @@ sure you're using _anacron_ on desktop): {% highlight bash caption=/etc/cron.weekly/fstrim %} #!/bin/bash -/usr/bin/ionice -c 3 /sbin/fstrim -a +/usr/bin/ionice -c 3 /sbin/fstrim -v -a {% endhighlight %}