From cd717c447b98b98ef38c57d63de7af154dc7027e Mon Sep 17 00:00:00 2001
From: Simon Michnowicz <simon.michnowicz@monash.edu>
Date: Thu, 25 Jul 2019 18:31:34 +1000
Subject: [PATCH] improved comments

Former-commit-id: b1c9ae1629e221913278abdf5a3c7707a182bba5
---
 roles/set_semaphore_count/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/set_semaphore_count/README.md b/roles/set_semaphore_count/README.md
index 4ced0b4e..2dc03ea3 100644
--- a/roles/set_semaphore_count/README.md
+++ b/roles/set_semaphore_count/README.md
@@ -1,7 +1,7 @@
 Some programs, i.e. GAMESS, needs a larger number of system semaphores than  provided by default.
-This role creates a systemctl  file that sets the value on startup, so that it is persistent after reboot
+This role creates a config  file in /etc/sysctl.d/  that sets the value on startup, so that it is persistent after reboot
 
-Shell command to set count: This is the default value for the role
+It also runs a Shell command so change has immediate effect: This is the default value for the role
 echo 500 256000 64 10240 > /proc/sys/kernel/sem
 
 We use a variable SEM_COUNT so users can override the default setting.
-- 
GitLab