saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-05-08 12:34:35 +02:00
committed by root
parent e8cb41bf93
commit fab87cf94d
4 changed files with 1020 additions and 0 deletions

20
conf.d/redis Normal file
View File

@@ -0,0 +1,20 @@
# Redis user.
REDIS_USER="redis"
# Redis group.
REDIS_GROUP="redis"
# Redis configuration file.
REDIS_CONF="/etc/redis.conf"
# Redis dump directory.
REDIS_DIR="/var/lib/redis"
# Redis pid file.
# (Be sure to change the main redis configuration file as well if you change
# this from the default.)
REDIS_PID="/var/run/redis/redis.pid"
# Redis options.
# (Redis expects the first argument to be the configuration file.)
REDIS_OPTS="${REDIS_CONF}"