summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-03 12:43:59 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-03 12:43:59 +0000
commitc3d8b2daa2e74e43a341e523f9545dedf5d2a1d2 (patch)
treeb2921e48b5a21f1f04e1120a14003f210efed46d
parent5ab6241e5fbdd754609385b597408b5480050036 (diff)
downloaddefinitions-c3d8b2daa2e74e43a341e523f9545dedf5d2a1d2.tar.gz
DEBUG: verbose ln
-rw-r--r--openstack-swift.configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack-swift.configure b/openstack-swift.configure
index d971dd84..8c6233a2 100644
--- a/openstack-swift.configure
+++ b/openstack-swift.configure
@@ -35,13 +35,13 @@ sed -f "$ROOT"/etc/openstack-swift-setup.sed -i \
if [[ "$SWIFT_CONTROLLER" = True ]]
then
- ln -s "/etc/systemd/system/openstack-swift-controller-setup.service" \
+ ln -sv "/etc/systemd/system/openstack-swift-controller-setup.service" \
"$ROOT/etc/systemd/system/multi-user.target.wants/openstack-swift-controller-setup.service"
fi
if [[ "$SWIFT_STORAGE" = True ]]
then
- ln -s "/etc/systemd/system/openstack-swift-storage-setup.service" \
+ ln -sv "/etc/systemd/system/openstack-swift-storage-setup.service" \
"$ROOT/etc/systemd/system/multi-user.target.wants/openstack-swift-storage-setup.service"
fi