From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/files/
Date: Tue, 23 May 2017 14:57:23 +0000 (UTC) [thread overview]
Message-ID: <1495551430.ec7f96dca028b1b8bb89963496438ce7379bed19.ultrabug@gentoo> (raw)
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() {
next reply other threads:[~2017-05-23 14:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-23 14:57 Alexys Jacob [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-05 0:07 [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/files/ Conrad Kostecki
2021-01-20 23:04 Conrad Kostecki
2020-11-11 0:59 Thomas Deutschmann
2020-07-27 20:06 Aaron Bauman
2020-06-15 2:35 Aaron Bauman
2019-02-27 5:35 Aaron Bauman
2018-09-05 21:20 Robin H. Johnson
2017-11-23 22:21 Robin H. Johnson
2017-04-10 17:29 Austin English
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1495551430.ec7f96dca028b1b8bb89963496438ce7379bed19.ultrabug@gentoo \
--to=ultrabug@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox