1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/testing/redis/redis.confd
Natanael Copa 728a7325eb testing/redis: various fixes
- 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
2012-06-04 12:52:59 +00:00

9 lines
128 B
Text

# Redis user.
REDIS_USER="redis"
# Redis group.
REDIS_GROUP="redis"
# Redis configuration file.
REDIS_CONF="/etc/redis.conf"