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-04 15:36:11 +0000
commit17c1890c6937b6c74ba25388b4a32773cea1b40e (patch)
tree0d6a079d5c4258e1d8440dcd1499e50d8458f900
parente3dec21af238a0625840573c3b2cd752a5ac0c83 (diff)
downloaddefinitions-17c1890c6937b6c74ba25388b4a32773cea1b40e.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