summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openvswitch-wait-for-bind@.service
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/systemd/system/openvswitch-wait-for-bind@.service')
-rw-r--r--openstack/etc/systemd/system/openvswitch-wait-for-bind@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/etc/systemd/system/openvswitch-wait-for-bind@.service b/openstack/etc/systemd/system/openvswitch-wait-for-bind@.service
index a736fe3d..121c501c 100644
--- a/openstack/etc/systemd/system/openvswitch-wait-for-bind@.service
+++ b/openstack/etc/systemd/system/openvswitch-wait-for-bind@.service
@@ -10,7 +10,7 @@ Before=network-pre.target
[Service]
Type=oneshot
-RemainAfterExit=true
+RemainAfterExit=yes
ExecStart=/bin/sh -c \
'while ! readlink /sys/class/net/$1/master; do sleep 1; done' \
- %I