We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20cfd67 commit f87fd04Copy full SHA for f87fd04
1 file changed
stack.sh
@@ -1371,6 +1371,9 @@ if is_service_enabled swift; then
1371
# Install memcached for swift.
1372
install_package memcached
1373
1374
+ # We make sure to kill all swift processes first
1375
+ pkill -f -9 swift-
1376
+
1377
# We first do a bit of setup by creating the directories and
1378
# changing the permissions so we can run it as our user.
1379
0 commit comments