From bfa875abb8880b804acc78e16a8d09a2e33528b0 Mon Sep 17 00:00:00 2001 From: bionicfish Date: Sun, 16 Nov 2014 18:03:31 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c20a0dc..fa92ee4 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Building and installing gearman from scratch on an amazon aws ec2 server can be ###Post Install * Add gearman workers files to "/etc/supervisord/gearman_workers" (see reverse_worker.php example) -* Create a supervisord ini file for each worker in the "/etc/supervisord/" directory (see reverse_worker.ini exmaple) -* Any ".ini" files in the "/etc/supervisord" directory will automatically be run by supervisord when it is started -* Restart supervisord when you change any of the ini files or workers (sudo service supervisord restart) +* Create a supervisord ini file for each gearman worker in the "/etc/supervisord/" directory (see reverse_worker.ini exmaple) +* Any ".ini" files added to the "/etc/supervisord" directory will automatically be run by supervisord when it is started/restarted. +* Restart supervisord when you change any of the ini files or gearman workers (sudo service supervisord restart) * Check that the gearman workers are all running (ps -efl | grep gearmand) ##Main Workflow