Allow to use supervisorctl to be able to reload PHP configuration without restarting

This commit is contained in:
cytopia
2023-01-08 21:23:32 +01:00
parent efcd621c48
commit b75c0eb4fb
19 changed files with 87 additions and 25 deletions

View File

@@ -120,6 +120,12 @@ if ! port_forward_validate "FORWARD_PORTS_TO_LOCALHOST" "${DEBUG_LEVEL}"; then
fi
###
### Supvervisor: supervisord.conf
###
supervisor_create_config "/etc/supervisor/supervisord.conf"
###
### Supervisor: socat
###
@@ -185,7 +191,6 @@ execute_custom_scripts "/startup.1.d" "${DEBUG_LEVEL}"
execute_custom_scripts "/startup.2.d" "${DEBUG_LEVEL}"
###
###
### Startup
###