Skip to content
Snippets Groups Projects
  • Quentin Duchemin's avatar
    eb7fce7c
    [Murmur] Fix signals forwarding · eb7fce7c
    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
    [Murmur] Fix signals forwarding
    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
entrypoint.sh 956 B