commit | 8ecbb38d7958fe9c0675506740a3178f42c75680 | [log] [tgz] |
---|---|---|
author | Chmouel Boudjnah <launchpad@chmouel.com> | Tue Mar 12 12:15:17 2013 +0100 |
committer | Chmouel Boudjnah <launchpad@chmouel.com> | Tue Mar 12 12:15:49 2013 +0100 |
tree | 1491132235b64aa62a94157238107bb03cd40ace | |
parent | 2a5d1ec15e5d04fb8f7c038e58dc06b65f7616a6 [diff] |
restart memcached for swift. - (re)start memcached to make sure we have a clean memcache. Change-Id: Idad8d58e2500156c4170af04f880a074c8ce7943
diff --git a/lib/swift b/lib/swift index 5ba7e56..2f772fb 100644 --- a/lib/swift +++ b/lib/swift
@@ -352,6 +352,9 @@ function start_swift() { # (re)start rsyslog restart_service rsyslog + # (re)start memcached to make sure we have a clean memcache. + restart_service memcached + # Start rsync if is_ubuntu; then sudo /etc/init.d/rsync restart || :