Merge "Security memcached: disable UDP" into stable/pike

This commit is contained in:
Zuul 2018-03-19 09:13:47 +00:00 committed by Gerrit Code Review
commit 00e70a5ee5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"command": "/usr/bin/memcached -v -l {{ api_interface_address }} -p {{ memcached_port }} -c {{ memcached_connection_limit }}",
"command": "/usr/bin/memcached -v -l {{ api_interface_address }} -p {{ memcached_port }} -c {{ memcached_connection_limit }} -U 0",
"config_files": []
}