Tania Hagan via FreeIPA-users wrote: > I managed this by overriding systemd: > /etc/systemd/system/ipa-healthcheck.service > > [Unit] > Description=Execute IPA Healthcheck > > [Service] > Type=simple > ExecStart=/usr/bin/ipa-healthcheck --output-file /var/log/ipa-healthcheck.log > > [Install] > WantedBy=multi-user.target
With upstream release 0.11 it is possible to set output_file in the default configuration file. Otherwise what you did is your best bet. rob _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
