1ba7370 Ticket 51079 - container pid start and stop issues

Authored and Committed by firstyear 3 years ago
    Ticket 51079 - container pid start and stop issues
    
    Bug Description: During the container startup, we were incorrectly
    checking for the pidfile as we started. We also were not properly
    catching sigint, and dscontainer on keyboard int was not passing
    some signals through.
    
    Fix Description: Improve signal handling in dscontainer, add sigint
    as a caught signal to ns-slapd, and remove the pid file from the container
    instance as we do not require it.
    
    https://pagure.io/389-ds-base/issue/51079
    https://pagure.io/389-ds-base/issue/51080
    
    Author: William Brown <william@blackhats.net.au>
    
    Review by: ???
    
        
file modified
+1 -0
file modified
+42 -20