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:
parent
7cec311b22
commit
da0941c229
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user