- Update to version 1.4.14 * Avoid race condition in test during pid creation by blind retrying * Fixed issue with invalid binary protocol touch command expiration time - If the test suite fails, package must fail build. - Use byteswapping macros from endian.h and not some ad-hoc/slow function. - Add systemd units. OBS-URL: https://build.opensuse.org/request/show/130751 OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=10
32 lines
735 B
Plaintext
32 lines
735 B
Plaintext
## Path: Network/WWW/Memcached
|
|
## Description: start parameters for memcached.
|
|
## Type: string
|
|
## Default: "-d -l 127.0.0.1"
|
|
## Config: memcached
|
|
#
|
|
# start parameters for memcached.
|
|
#
|
|
# see man 1 memcached for more
|
|
#
|
|
MEMCACHED_PARAMS="-l 127.0.0.1"
|
|
|
|
## Path: Network/WWW/Memcached
|
|
## Description: username memcached should run as
|
|
## Type: string
|
|
## Default: "memcached"
|
|
## Config: memcached
|
|
#
|
|
# username memcached should run as
|
|
#
|
|
MEMCACHED_USER="memcached"
|
|
|
|
## Path: Network/WWW/Memcached
|
|
## Description: group memcached should be run as
|
|
## Type: string
|
|
## Default: "memcached"
|
|
## Config: memcached
|
|
#
|
|
# group memcached should be run as
|
|
#
|
|
MEMCACHED_GROUP="memcached"
|