From da0941c2297ea80bae76dd86f17994b8c131da25 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 11 Aug 2017 16:37:09 -0400 Subject: [PATCH] Suppress noise of sysctl command --- confluent_server/confluent_server.spec.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/confluent_server.spec.tmpl b/confluent_server/confluent_server.spec.tmpl index 5cedea71..84cb0038 100644 --- a/confluent_server/confluent_server.spec.tmpl +++ b/confluent_server/confluent_server.spec.tmpl @@ -38,7 +38,7 @@ if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl try-restart confluent >& / true %post -sysctl -p /usr/lib/sysctl.d/confluent.conf +sysctl -p /usr/lib/sysctl.d/confluent.conf >& /dev/null if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl try-restart confluent >& /dev/null; fi true