summaryrefslogtreecommitdiff
path: root/dev-db/redict/files/redict.initd
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-05-20 23:15:38 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-05-21 23:22:09 +0200
commit47ba28ececfee1196e4d0e541e9c4cbc9acba8b2 (patch)
tree41f64e1ec530ee20e2b320703a964722f2802f7c /dev-db/redict/files/redict.initd
parent01cb94b7524ea45dd2072e37e95292e91369fc20 (diff)
downloadgentoo-47ba28ececfee1196e4d0e541e9c4cbc9acba8b2.tar.gz
gentoo-47ba28ececfee1196e4d0e541e9c4cbc9acba8b2.tar.bz2
gentoo-47ba28ececfee1196e4d0e541e9c4cbc9acba8b2.zip
dev-db/redict: Fix command path in init scripts
Closes: https://bugs.gentoo.org/932243 Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-db/redict/files/redict.initd')
-rw-r--r--dev-db/redict/files/redict.initd2
1 files changed, 1 insertions, 1 deletions
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}"