Discussion:
[Freeipa-devel] [freeipa PR#536][opened] ipa systemd unit should define Wants=network instead of Requires=network
flo-renaud
2017-03-03 09:49:06 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/536
Author: flo-renaud
Title: #536: ipa systemd unit should define Wants=network instead of Requires=network
Action: opened

PR body:
"""
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
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/536/head:pr536
git checkout pr536
tomaskrizek
2017-03-07 15:34:47 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/536
Title: #536: ipa systemd unit should define Wants=network instead of Requires=network

Label: +ack
tomaskrizek
2017-03-07 19:07:14 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/536
Author: flo-renaud
Title: #536: ipa systemd unit should define Wants=network instead of Requires=network
Action: closed

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/536/head:pr536
git checkout pr536
tomaskrizek
2017-03-07 19:07:13 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/536
Title: #536: ipa systemd unit should define Wants=network instead of Requires=network

tomaskrizek commented:
"""
master:

* f447489707812643ee918266f99ca1ac82a408af ipa systemd unit should define Wants=network instead of Requires=network
"""

See the full comment at https://github.com/freeipa/freeipa/pull/536#issuecomment-284823436
tomaskrizek
2017-03-07 19:07:12 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/536
Title: #536: ipa systemd unit should define Wants=network instead of Requires=network

Label: +pushed

Loading...