memcached/memcached.sysconfig
Marcus Meissner d671b07a7d Accepting request 130751 from home:elvigia:branches:network:utilities
- 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
2012-08-14 15:57:28 +00:00

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"