robert 2 éve
szülő
commit
5da9bd1840
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      install_supervisor.sh

+ 1 - 0
install_supervisor.sh

@@ -10,5 +10,6 @@ python setup.py install
 
 echo_supervisord_conf > /etc/supervisord.conf
 mkdir /etc/supervisord.d
+echo '[include]' >> /etc/supervisord.conf
 echo 'files = /etc/supervisord.d/*.ini' >> /etc/supervisord.conf
 cp /root/supervisord.service $SERVICE_DIR