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, 0 insertions, 11 deletions
diff --git a/openstack/etc/systemd/system/openvswitch-setup.service b/openstack/etc/systemd/system/openvswitch-setup.service
deleted file mode 100644
index bfe67002..00000000
--- a/openstack/etc/systemd/system/openvswitch-setup.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[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