commit: ec7f96dca028b1b8bb89963496438ce7379bed19
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 14:56:42 2017 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue May 23 14:57:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7f96dc
dev-db/redis: fix init script regression #615766
dev-db/redis/files/redis.initd-4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/redis/files/redis.initd-4 b/dev-db/redis/files/redis.initd-4
index 2ede7fa1d4d..5c12fdc7c79 100644
--- a/dev-db/redis/files/redis.initd-4
+++ b/dev-db/redis/files/redis.initd-4
@@ -9,7 +9,7 @@ REDIS_TIMEOUT=${REDIS_TIMEOUT:-30}
command=/usr/sbin/redis-server
pidfile=${REDIS_PID:-/run/redis/redis.pid}
-start_stop_daemon_args="--chdir \"${REDIS_DIR}\" --user ${REDIS_USER} --group
${REDIS_GROUP}"
+start_stop_daemon_args="--background --pidfile ${pidfile} --chdir
\"${REDIS_DIR}\" --user ${REDIS_USER} --group ${REDIS_GROUP}"
command_args="${REDIS_OPTS}"
depend() {