Fixed Supervisor not being started at boot.

This commit is contained in:
Peter Deltchev 2016-08-15 09:49:53 -07:00
parent efea3cda2f
commit bd6657f002

View file

@ -12,6 +12,8 @@ sudo cp /vagrant/vagrant/pony.fm.redis.config /etc/redis/redis.conf &
sudo cp /vagrant/vagrant/pony.fm.supervisor.config /etc/supervisor/conf.d/pony.fm.conf &
wait
sudo service supervisor start
sudo supervisorctl update &
sudo service elasticsearch restart &
sudo service nginx restart &