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:
parent
87e2e481c2
commit
8ada0e7cf4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user