From a03df35d7b21f9a58cf93aa318923f576fbd6863 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Sun, 21 Jun 2015 14:44:10 +0200 Subject: [PATCH] improved description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2b4042..dde2f6e 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ 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 (Debian/Ubuntu) or /etc/pam.d/system-auth (RHEL/CentOS/Fedora): +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. +After these edits, you'll need to restart your bash session or reconnect to your SSH shell to make the changes effective. ## Install ARK Server Tools