From a5f01040444812f2d914496bf9d6cba8f0120af8 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Fri, 13 Dec 2019 08:57:46 -0600 Subject: [PATCH] fix rsyslog rule for ionice --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 0b3b59b..c85ae2c 100755 --- a/install +++ b/install @@ -250,7 +250,7 @@ fi # Add a cron job to make NAS processes more snappy and silence rsyslog cat << EOF > /etc/rsyslog.d/omv-armbian.conf -:msg, contains, "do ionice -c1" ~ +:msg, contains, "omv-ionice" ~ :msg, contains, "action " ~ :msg, contains, "netsnmp_assert" ~ :msg, contains, "Failed to initiate sched scan" ~