Open dmitry-mightydevops opened 2 years ago
Procmgr is pretty basic it doesn't support reloading. It loads the config and fires off the sub-processes monitoring them. If one dies, it'll kill the others. There's not an option to reload the process configs and I'm not sure how that would work exactly. If you change the config, we'd pretty much have to restart all of the processes in the container to be safe.
At this point in time, you'd need to reload the container.
What are you trying to accomplish? What is the need to do this? Just trying to understand your use case. Thanks
So some times I need to quickly change config files (let's say nginx or php-fpm) inside the working container. So I don't stop/start it.
hi Guys,
So I have a docker container build with paketo PHP buildpack that runs the following command under PID 1
is it possible to reload the configs passed into procmgr somehow?