mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
- avoid building linenoise at install time - set loglevel to 'notice' by default - set default log and pidfiles in redis subdir with permissions - create redis user at pre-install - fix init.d script to read pid, log and dir from redis.conf - remove unnneded vars from conf.d
9 lines
128 B
Text
9 lines
128 B
Text
# Redis user.
|
|
REDIS_USER="redis"
|
|
|
|
# Redis group.
|
|
REDIS_GROUP="redis"
|
|
|
|
# Redis configuration file.
|
|
REDIS_CONF="/etc/redis.conf"
|
|
|