mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
5 lines
163 B
Text
5 lines
163 B
Text
|
# user to run memcached as; also used for pid file ownership
|
||
|
MEMCACHED_USER="nobody"
|
||
|
# see 'memcached -h' for available options
|
||
|
MEMCACHED_ARGS="-l 127.0.0.1 -t 1"
|