From 47ba28ececfee1196e4d0e541e9c4cbc9acba8b2 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Mon, 20 May 2024 23:15:38 +0200 Subject: dev-db/redict: Fix command path in init scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/932243 Signed-off-by: Anna (navi) Figueiredo Gomes Signed-off-by: Petr Vaněk --- dev-db/redict/files/redict.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-db/redict/files/redict.initd') diff --git a/dev-db/redict/files/redict.initd b/dev-db/redict/files/redict.initd index 80b086fbfce1..e940723a400f 100644 --- a/dev-db/redict/files/redict.initd +++ b/dev-db/redict/files/redict.initd @@ -11,7 +11,7 @@ # https://bugs.gentoo.org/631002#c10 # Force '--daemonize no' to override the config file -command="/usr/sbin/redict-server" +command="/usr/bin/redict-server" command_args="${REDICT_OPTS} --daemonize no" command_background="true" command_user="${REDICT_USER}:${REDICT_GROUP}" -- cgit v1.2.3