Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipa systemd unit should define Wants=network instead of Requires=network #536

Closed
wants to merge 1 commit into from

Conversation

flo-renaud
Copy link
Contributor

@flo-renaud flo-renaud commented Mar 3, 2017

The file ipa.service defines
Requires=network.target
which means that ipa stack will be restarted each time the network stack
is restarted. This is not needed, and Wants=network.target will be sufficient.

https://fedorahosted.org/freeipa/ticket/6723

The file ipa.service defines
    Requires=network.target
which means that ipa stack will be restarted each time the network stack
is restarted. This is not needed, and Wants=network.target will be sufficient.

https://fedorahosted.org/freeipa/ticket/6723
@tkrizek tkrizek added the ack Pull Request approved, can be merged label Mar 7, 2017
@tkrizek
Copy link
Contributor

tkrizek commented Mar 7, 2017

master:

  • f447489 ipa systemd unit should define Wants=network instead of Requires=network

@tkrizek tkrizek added the pushed Pull Request has already been pushed label Mar 7, 2017
@tkrizek tkrizek closed this Mar 7, 2017
@flo-renaud flo-renaud deleted the t6723 branch March 14, 2017 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
2 participants