From 2e71d2a34073f70b02555e65f1b62969377e2296 Mon Sep 17 00:00:00 2001 From: Simon Michnowicz <simon.michnowicz@monash.edu> Date: Tue, 2 Jul 2019 09:28:07 +1000 Subject: [PATCH] fixed sloppy language Former-commit-id: b24d775628ed5acb2aa5b3633fe7f7bd13714d0b --- roles/set_semaphore_count/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/set_semaphore_count/README.md b/roles/set_semaphore_count/README.md index 3683b3b0..4ced0b4e 100644 --- a/roles/set_semaphore_count/README.md +++ b/roles/set_semaphore_count/README.md @@ -1,5 +1,5 @@ Some programs, i.e. GAMESS, needs a larger number of system semaphores than provided by default. -This role creates a systemd file that sets the value on startup, so that it is persistent after reboot +This role creates a systemctl file 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 echo 500 256000 64 10240 > /proc/sys/kernel/sem -- GitLab