Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bionicfish committed Nov 16, 2014
1 parent 0201c6e commit bfa875a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfa875a

Please sign in to comment.