|
@@ -6,7 +6,7 @@ After=ovsdb-server.service
|
|
|
After=ovs-vswitchd.service
|
|
|
Wants={{ openshift_docker_service_name }}.service
|
|
|
Documentation=https://github.com/openshift/origin
|
|
|
-Requires=dnsmasq.service
|
|
|
+Wants=dnsmasq.service
|
|
|
After=dnsmasq.service
|
|
|
{% if openshift_use_crio | bool %}Wants=cri-o.service{% endif %}
|
|
|
|