Use container-ipa.target from freeipa-container container project

This reduces the number of started services in the container. The
fixipaip.service needed to be adapted to ensure that the service is
started properly.

The dockerfiles have been adapted for this change also.
This commit is contained in:
Thomas Woerner
2024-09-16 14:22:25 +02:00
parent 9ebc365d69
commit 80693c431a
7 changed files with 72 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
[Unit]
Description=Minimal target for containerized FreeIPA server
DefaultDependencies=false
AllowIsolate=yes
Requires=systemd-tmpfiles-setup.service systemd-journald.service dbus.service
After=systemd-tmpfiles-setup.service systemd-journald.service dbus.service