File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -251,6 +251,10 @@ echo "UseDNS no" >> /etc/ssh/sshd_config
251251# move supervisord.log file to ${GITLAB_LOG_DIR}/supervisor/
252252sed -i " s|^[#]*logfile=.*|logfile=${GITLAB_LOG_DIR} /supervisor/supervisord.log ;|" /etc/supervisor/supervisord.conf
253253
254+ # silence "CRIT Server 'unix_http_server' running without any HTTP authentication checking" message
255+ # https://github.com/Supervisor/supervisor/issues/717
256+ sed -i ' /\.sock/a password=dummy' /etc/supervisor/supervisord.conf
257+ sed -i ' /\.sock/a username=dummy' /etc/supervisor/supervisord.conf
254258# prevent confusing warning "CRIT Supervisor running as root" by clarify run as root
255259# user not defined in supervisord.conf by default, so just append it after [supervisord] block
256260sed -i " /\[supervisord\]/a user=root" /etc/supervisor/supervisord.conf
You can’t perform that action at this time.
0 commit comments