summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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