2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Suppress noise of sysctl command

This commit is contained in:
Jarrod Johnson 2017-08-11 16:37:09 -04:00
parent 7cec311b22
commit da0941c229

View File

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