mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
committed by
Petr Vaněk
parent
01cb94b752
commit
47ba28ecec
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user