ltb-project/openldap-deb

remove init.d references

davidcoutadeur opened this issue · 2 comments

especially, give a look at:

  • openldap-ltb.postrm
  • openldap-ltb.prerm

the main policy is:

  • use systemd when available
  • don't make supposition upon the availability of systemd (for example, when openldap is launched in a container)

-> TODO: test slapd installation in a container

Done in 7eb2620

Need to test package upgrade and check if slapd status is well-managed. (must not start slapd if it was stopped)

Seems ok at this point (e9a2f14)