summaryrefslogtreecommitdiffstats
path: root/fcaps/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fcaps/run.sh')
-rw-r--r--fcaps/run.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/fcaps/run.sh b/fcaps/run.sh
index e8b82097..864644c5 100644
--- a/fcaps/run.sh
+++ b/fcaps/run.sh
@@ -13,7 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-memcached -d -m 2048 -c 1024 -p 11211 -P /tmp/memcached1.pid
+# memcached should be provided as sidecar to avoid GPLv3 license issue
+# memcached -d -m 2048 -c 1024 -p 11211 -P /tmp/memcached1.pid
export PYTHONPATH=lib/share
#service rabbitmq-server restart
@@ -36,5 +37,3 @@ while [ ! -f $logDir/fcaps.log ]; do
done
tail -F $logDir/fcaps.log
-
-