dev-db/redis: use s-s-d to background, disallow daemonize.
authorRobin H. Johnson <robbat2@gentoo.org>
Thu, 12 Oct 2017 20:30:01 +0000 (13:30 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Thu, 12 Oct 2017 20:36:58 +0000 (13:36 -0700)
Bug: https://bugs.gentoo.org/631002#c10
Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-db/redis/files/redis.initd-5
dev-db/redis/redis-3.2.8-r5.ebuild [moved from dev-db/redis/redis-3.2.8-r4.ebuild with 100% similarity]
dev-db/redis/redis-4.0.2-r1.ebuild [moved from dev-db/redis/redis-4.0.2.ebuild with 100% similarity]

index a567b1e210d8c79d6bd612349cd1ce051b74cae0..bfeeb6925ec0641163a810c530634d5869a3cc1b 100644 (file)
@@ -9,8 +9,10 @@
 : ${REDIS_GROUP:=redis}
 : ${REDIS_TIMEOUT:=30}
 
+# https://bugs.gentoo.org/631002#c10
+# Force '--daemonize no' to override the config file 
 command="/usr/sbin/redis-server"
-command_args="${REDIS_OPTS}"
+command_args="${REDIS_OPTS} --daemonize no"
 command_background="true"
 command_user="${REDIS_USER}:${REDIS_GROUP}"
 pidfile="/run/${RC_SVCNAME}.pid"