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

Read in sysctl tune on install

This ensures that the value is ready for slp plugin
This commit is contained in:
Jarrod Johnson 2017-08-11 15:45:56 -04:00
parent 87e2e481c2
commit 8ada0e7cf4

View File

@ -38,6 +38,7 @@ if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl try-restart confluent >& /
true
%post
sysctl -p /usr/lib/sysctl.d/confluent.conf
if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl try-restart confluent >& /dev/null; fi
true