-
- Downloads
[Murmur] Fix signals forwarding
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
Showing
- pica-murmur/CHANGELOG.md 3 additions, 0 deletionspica-murmur/CHANGELOG.md
- pica-murmur/Dockerfile 0 additions, 1 deletionpica-murmur/Dockerfile
- pica-murmur/docker-compose.yml 1 addition, 1 deletionpica-murmur/docker-compose.yml
- pica-murmur/entrypoint.sh 5 additions, 3 deletionspica-murmur/entrypoint.sh
Loading
Please register or sign in to comment