firstyear / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

439cd38 Ticket 50935 - systemd override in lib389 for dscontainer

2 files Authored by firstyear 4 years ago, Committed by firstyear 4 years ago,
    Ticket 50935 - systemd override in lib389 for dscontainer
    
    Bug Description: A change to how with_systemd works has caused dscontainer
    to no longer be able to setup instances, as with_systemd always evals to
    true from defaults.inf as the marker file isn't written yet - post setup
    this works.
    
    Fix Description: To resolve this, a systemd override is required, that
    allows the setup to ignore the systemd status as the external tools
    "know better" than defaults inf up to that point. Post install, this
    works as the marker would be inplace.
    
    https://pagure.io/389-ds-base/issue/50935
    
    Author: William Brown <william@blackhats.net.au>
    
    Review by: ???