summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openvswitch-initialize-db.service
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/systemd/system/openvswitch-initialize-db.service')
-rw-r--r--openstack/etc/systemd/system/openvswitch-initialize-db.service7
1 files changed, 4 insertions, 3 deletions
diff --git a/openstack/etc/systemd/system/openvswitch-initialize-db.service b/openstack/etc/systemd/system/openvswitch-initialize-db.service
index 9f3c2e80..3c564c5a 100644
--- a/openstack/etc/systemd/system/openvswitch-initialize-db.service
+++ b/openstack/etc/systemd/system/openvswitch-initialize-db.service
@@ -1,9 +1,10 @@
[Unit]
Description=Run openvswitch-initialize-db (once)
-Requires=openvswitch-db-server.service
-After=openvswitch-db-server.service
+After=local-fs.target openvswitch-db-server.service
+
+ConditionPathExists=!/usr/local/var/run/openvswitch/openvswitch-initialize-db-flag
[Service]
Type=oneshot
ExecStart=/usr/bin/ovs-vsctl --no-wait init
-Restart=no
+ExecStart=/bin/touch /usr/local/var/run/openvswitch/openvswitch-initialize-db-flag