Skip to content

Instantly share code, notes, and snippets.

@camwest
Created March 7, 2010 15:57
Show Gist options
  • Select an option

  • Save camwest/324435 to your computer and use it in GitHub Desktop.

Select an option

Save camwest/324435 to your computer and use it in GitHub Desktop.
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