From ded5f85b73b7e4544bded9d69aadd27f61e3539f 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-cinder.configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack-cinder.configure') diff --git a/openstack-cinder.configure b/openstack-cinder.configure index 0bbea000..943854db 100644 --- a/openstack-cinder.configure +++ b/openstack-cinder.configure @@ -21,7 +21,7 @@ ROOT="$1" ########################################################################## -ln -sf "/etc/systemd/system/openstack-cinder-setup.service" \ +ln -sf "/usr/lib/systemd/system/openstack-cinder-setup.service" \ "$ROOT/etc/systemd/system/multi-user.target.wants/openstack-cinder-setup.service" ########################################################################## -- cgit v1.2.1