Use the default supervisord configuration (#608)
* Use a unix socket by default * Use the default supervisord configuration * Return the init.d supervisor file
This commit is contained in:
parent
44eb6c45f2
commit
c61323257b
2 changed files with 0 additions and 29 deletions
|
@ -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/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue