From f244fa7c296e01f4189c124cd53f2e07d349d40d Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Sun, 21 Jun 2015 12:53:13 +0200 Subject: [PATCH] added info for centos --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c28757..b25da48 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,13 @@ Edit /etc/security/limits.conf and set these limits: * soft nofile 100000 * hard nofile 100000 ``` -Add the following line to /etc/pam.d/common-session: +Add the following line to /etc/pam.d/common-session (Debian/Ubuntu) or /etc/pam.d/system-auth (RHEL/CentOS/Fedora): ``` session required pam_limits.so ``` +After these edits, you'll need to restart your bash session or reconnect to your SSH shell. + ## Install ARK Server Tools To install ARK Server Tools run these commands: