Make fstrim execution visible in logs

This commit is contained in:
cryptogopher 2023-09-08 19:08:14 +02:00
parent eb6f8ed8e9
commit 9d4ba7bb30

View File

@ -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 %}