mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-22 23:23:30 -06:00
ipa systemd unit should define Wants=network instead of Requires=network
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 Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
parent
070bc48dd6
commit
f447489707
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Identity, Policy, Audit
|
||||
Requires=network.target
|
||||
Wants=network.target
|
||||
Wants=gssproxy.service
|
||||
After=network.target
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user