File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,10 @@ echo "UseDNS no" >> /etc/ssh/sshd_config
251
251
# move supervisord.log file to ${GITLAB_LOG_DIR}/supervisor/
252
252
sed -i " s|^[#]*logfile=.*|logfile=${GITLAB_LOG_DIR} /supervisor/supervisord.log ;|" /etc/supervisor/supervisord.conf
253
253
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
254
258
# prevent confusing warning "CRIT Supervisor running as root" by clarify run as root
255
259
# user not defined in supervisord.conf by default, so just append it after [supervisord] block
256
260
sed -i " /\[supervisord\]/a user=root" /etc/supervisor/supervisord.conf
You can’t perform that action at this time.
0 commit comments