Created
March 7, 2010 15:57
-
-
Save camwest/324435 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| touch /etc/init.d/supervisord.init | |
| --- edit the file to look like the following: | |
| # chkconfig: 345 20 80 | |
| # description: Manages processes | |
| /usr/bin/supervisord | |
| --- | |
| chkconfig --level 345 supervisord.init on | |
| chmod +x supervisord.init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment