From 02faf51e91a8c55adfbb6d953bca354ab99bf261 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Tue, 2 Jun 2015 08:40:27 +0000 Subject: Move all the directories used for install-files into a subdirectory Change-Id: I309c183ce8b9ff9d0f5ac4807244547f2cc4ddf5 --- openstack/usr/lib/systemd/system/openvswitch.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 openstack/usr/lib/systemd/system/openvswitch.service (limited to 'openstack/usr/lib/systemd/system/openvswitch.service') diff --git a/openstack/usr/lib/systemd/system/openvswitch.service b/openstack/usr/lib/systemd/system/openvswitch.service deleted file mode 100644 index 113911f6..00000000 --- a/openstack/usr/lib/systemd/system/openvswitch.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Open vSwitch Daemon -Before=network-pre.target -Wants=network-pre.target - -[Service] -Type=forking -ExecStartPre=-/usr/bin/mkdir -p /var/run/openvswitch -ExecStart=/usr/sbin/ovs-vswitchd --pidfile --detach - -[Install] -WantedBy=multi-user.target -- cgit v1.2.1