0ef4ae Correct HAProxy dhparam requirements

Authored and Committed by crameleon 11 months ago
    Correct HAProxy dhparam requirements
    
    The dhparam generation cannot depend on the HAProxy service, as the
    service will not start without the dhparams file. Swap the logic around,
    to instead make the service restart if the dhparams file changed.
    
    Signed-off-by: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>