mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Fixed Supervisor not being started at boot.
This commit is contained in:
parent
efea3cda2f
commit
bd6657f002
1 changed files with 2 additions and 0 deletions
|
@ -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 &
|
sudo cp /vagrant/vagrant/pony.fm.supervisor.config /etc/supervisor/conf.d/pony.fm.conf &
|
||||||
wait
|
wait
|
||||||
|
|
||||||
|
sudo service supervisor start
|
||||||
|
|
||||||
sudo supervisorctl update &
|
sudo supervisorctl update &
|
||||||
sudo service elasticsearch restart &
|
sudo service elasticsearch restart &
|
||||||
sudo service nginx restart &
|
sudo service nginx restart &
|
||||||
|
|
Loading…
Reference in a new issue