Skip to content
  • Lennart Poettering's avatar
    install: add new installer implementation · 83096483
    Lennart Poettering authored
    This new installer will replace the current code of "systemctl enable"
    but also be available via D-Bus. It adds a couple of new features:
    
    - Mask/Unmask calls
    - Reenable call
    - Preset call
    - Support for enabling units temporarily (i.e. in /run/systemd instead
      of /etc/systemd)
    - Enumeration of installed units
    - Support for out-of-search-path units
    
    systemctl and D-Bus are not hooked up with this yet
    83096483