robert 2 年 前
コミット
5da9bd1840
1 ファイル変更1 行追加0 行削除
  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