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>
This commit is contained in:
Anna (navi) Figueiredo Gomes
2024-05-20 23:15:38 +02:00
committed by Petr Vaněk
parent 01cb94b752
commit 47ba28ecec
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ depend() {
after keepalived redict
}
command="/usr/sbin/redict-sentinel"
command="/usr/bin/redict-sentinel"
command_args="${REDICT_SENTINEL_CONF}"
command_background="true"
command_user="${REDICT_SENTINEL_USER}:${REDICT_SENTINEL_GROUP}"

View File

@@ -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}"

View File

@@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=simple
PIDFile=/run/redict/redict.pid
ExecStart=/usr/sbin/redict-server /etc/redict/redict.conf
ExecStart=/usr/bin/redict-server /etc/redict/redict.conf
User=redict
Group=redict