mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-13 21:12:02 +00:00
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.
7 lines
263 B
SYSTEMD
7 lines
263 B
SYSTEMD
[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
|