mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 05:22:05 +00:00
Checks for IPv4 addresses have been added and reverse zone handling for fixipaip.sh The services are logging StandardOutput and StandardError to journal now.
15 lines
235 B
Desktop File
15 lines
235 B
Desktop File
[Unit]
|
|
Description=Fix server IP in IPA Server
|
|
Wants=network.target
|
|
After=network.target
|
|
Before=ipa.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/root/fixnet.sh
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=ipa.service
|