robert 2 yıl önce
ebeveyn
işleme
5da9bd1840
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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