I'm on a ubuntu server, once I install supervisord will it start on reboots?

How can I find this out?

link|improve this question

51% accept rate
feedback

2 Answers

Simply reboot and see if it starts :)

link|improve this answer
feedback

Check that you have a script /etc/init.d/supervisor or similar and that there are relevant symlinks in /etc/rc?.d. If not something like

update-rc.d supervisor defaults

should do the trick once you get a start script into /etc/init.d.

Having said that, if you install supervisor from a package and it didn't install and setup a start script, you are entitled to complain to the package maintainer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.