Last active
August 29, 2015 14:06
-
-
Save SaulTigh/f869dcbec7e10372622e to your computer and use it in GitHub Desktop.
Supervisord configuration as service on Ubuntu
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
| # based on http://serverfault.com/a/96500 | |
| # http://serverfault.com/a/96500 | |
| sudo curl https://gist.githubusercontent.com/howthebodyworks/176149/raw/88d0d68c4af22a7474ad1d011659ea2d27e35b8d/supervisord.sh > /etc/init.d/supervisord | |
| sudo chmod +x /etc/init.d/supervisord | |
| sudo update-rc.d supervisord defaults | |
| # now you can do such things as | |
| # service supervisord stop/start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment