Skip to content
Snippets Groups Projects
Quentin Duchemin's avatar
Quentin Duchemin authored
The main `entrypoint.sh` script can now forward SIGUSR1 to `murmurd` multiple times (e.g. multiple certificate updates).

We need to wait each time a signal is captured and forwarded (because wait stops when the child exists OR a signal is received).
And also we need to add a '&' for whatever reason
eb7fce7c
History