Partner node setup tweaks (#5715)

automerge
This commit is contained in:
Trent Nelson
2019-09-03 08:45:20 -06:00
committed by Grimes
parent 5840e3bbdf
commit a82754913f
6 changed files with 89 additions and 22 deletions

View File

@ -0,0 +1,12 @@
#!/usr/bin/env bash
HERE="$(dirname "$0")"
# shellcheck source=net/datacenter-node-install/utils.sh
source "$HERE"/utils.sh
ensure_env || exit 1
# Allow more files to be opened by a user
sed -i 's/^\(# End of file\)/* soft nofile 65535\n\n\1/' /etc/security/limits.conf