From ced15b1b8f1c52d3c98f0017afc071e264148651 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 16 Mar 2015 15:12:14 +0000 Subject: Move systemd units to /usr/lib/systemd/system as defined in systemd documentation See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information --- openstack/usr/lib/systemd/system/openvswitch-setup.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openstack/usr/lib/systemd/system/openvswitch-setup.service (limited to 'openstack/usr/lib/systemd/system/openvswitch-setup.service') diff --git a/openstack/usr/lib/systemd/system/openvswitch-setup.service b/openstack/usr/lib/systemd/system/openvswitch-setup.service new file mode 100644 index 00000000..bfe67002 --- /dev/null +++ b/openstack/usr/lib/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 -- cgit v1.2.1