Browse Source

[CI SKIP]

robert 2 năm trước cách đây
mục cha
commit
5da9bd1840
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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