We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 133410e + f87fd04 commit 8d2c8faCopy full SHA for 8d2c8fa
1 file changed
stack.sh
@@ -1441,6 +1441,9 @@ if is_service_enabled swift; then
1441
# Install memcached for swift.
1442
install_package memcached
1443
1444
+ # We make sure to kill all swift processes first
1445
+ pkill -f -9 swift-
1446
+
1447
# We first do a bit of setup by creating the directories and
1448
# changing the permissions so we can run it as our user.
1449
0 commit comments