• cmiller@zippy.cornsilk.net's avatar
    Bug#25341: "init.d/mysql stop" may timeout too quickly · 24e3508b
    cmiller@zippy.cornsilk.net authored
    Thirty five seconds is entirely too short of a period to wait for a server 
    to exit.  Instead, make a valliant effort to make sure it exits, and only
    give up after a very long period (arbitrarily chosen as 15 minutes).
    
    In addition, if we're being asked to restart the server, then don't try
    to start again if trying to stop the server failed.
    ---
    Return zero by default, when the script exits.
    ---
    Set return-/exit-value based on whether we successfully dealt with the 
    PID-file.
    ---
    Don't wait that long if the program we're waiting on exits.  It 
    should only exit if the server is not going to be started.
    24e3508b
collapsed 1.15 KB