From 0d390862eb45bb93e79e5d56143ff8b3f9d79995 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-neutron.configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack-neutron.configure') diff --git a/openstack-neutron.configure b/openstack-neutron.configure index 5b71c09c..c286048a 100644 --- a/openstack-neutron.configure +++ b/openstack-neutron.configure @@ -53,7 +53,7 @@ services=("openstack-neutron-network-configuration-one-node.service" \ "openstack-neutron-setup.service") for service in ${services[@]}; do - ln -sf "/etc/systemd/system/$service" \ + ln -sf "/usr/lib/systemd/system/$service" \ "$ROOT/etc/systemd/system/multi-user.target.wants/$service" done -- cgit v1.2.1