mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 02:35:54 +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.
13 lines
201 B
Desktop File
13 lines
201 B
Desktop File
[Unit]
|
|
Description=Fix IPA server IP in IPA Server
|
|
After=ipa.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/root/fixipaip.sh
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=default.target
|