Skip to content

Commit

Permalink
Use the default supervisord configuration (#608)
Browse files Browse the repository at this point in the history
* Use a unix socket by default

* Use the default supervisord configuration

* Return the init.d supervisor file
  • Loading branch information
evgeniy-antonyuk committed Apr 20, 2023
1 parent 44eb6c4 commit c613232
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
27 changes: 0 additions & 27 deletions config/supervisor/supervisord.conf

This file was deleted.

2 changes: 0 additions & 2 deletions run-document-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,6 @@ update_nginx_settings(){
update_supervisor_settings(){
# Copy modified supervisor start script
cp ${SYSCONF_TEMPLATES_DIR}/supervisor/supervisor /etc/init.d/
# Copy modified supervisor config
cp ${SYSCONF_TEMPLATES_DIR}/supervisor/supervisord.conf /etc/supervisor/supervisord.conf
sed "s/COMPANY_NAME/${COMPANY_NAME}/g" -i ${SYSCONF_TEMPLATES_DIR}/supervisor/ds/*.conf
cp ${SYSCONF_TEMPLATES_DIR}/supervisor/ds/*.conf etc/supervisor/conf.d/
}
Expand Down

0 comments on commit c613232

Please sign in to comment.