summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openvswitch-setup.service
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/systemd/system/openvswitch-setup.service')
-rw-r--r--openstack/etc/systemd/system/openvswitch-setup.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/openstack/etc/systemd/system/openvswitch-setup.service b/openstack/etc/systemd/system/openvswitch-setup.service
new file mode 100644
index 00000000..bfe67002
--- /dev/null
+++ b/openstack/etc/systemd/system/openvswitch-setup.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Run openvswitch-setup (once)
+After=local-fs.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/share/openstack/openvswitch-setup
+Restart=no
+
+[Install]
+WantedBy=multi-user.target