added info for centos

This commit is contained in:
FezVrasta 2015-06-21 12:53:13 +02:00
parent cddcf4c2cb
commit f244fa7c29

View File

@ -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: