diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-05-20 23:16:20 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-05-21 23:22:15 +0200 |
commit | 1c93d7f4a0eed5a63a55202885ff1e793f653f1f (patch) | |
tree | eac4541e6ec501e08aab9724107f1bb65a448144 /dev-db/redict | |
parent | dev-db/redict: Fix command path in init scripts (diff) | |
download | gentoo-1c93d7f4a0eed5a63a55202885ff1e793f653f1f.tar.gz gentoo-1c93d7f4a0eed5a63a55202885ff1e793f653f1f.tar.bz2 gentoo-1c93d7f4a0eed5a63a55202885ff1e793f653f1f.zip |
dev-db/redict: Add provide "redis" to openrc init script
Closes: https://bugs.gentoo.org/932244
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')
-rw-r--r-- | dev-db/redict/files/redict-sentinel.initd | 1 | ||||
-rw-r--r-- | dev-db/redict/files/redict.initd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-db/redict/files/redict-sentinel.initd b/dev-db/redict/files/redict-sentinel.initd index 1d95772efdbd..e3417a33ee57 100644 --- a/dev-db/redict/files/redict-sentinel.initd +++ b/dev-db/redict/files/redict-sentinel.initd @@ -11,6 +11,7 @@ depend() { use localmount logger after keepalived redict + provide redis-sentinel } command="/usr/bin/redict-sentinel" diff --git a/dev-db/redict/files/redict.initd b/dev-db/redict/files/redict.initd index e940723a400f..6d1916b3e83d 100644 --- a/dev-db/redict/files/redict.initd +++ b/dev-db/redict/files/redict.initd @@ -22,4 +22,5 @@ start_stop_daemon_args="--chdir \"${REDICT_DIR}\"" depend() { use localmount logger after keepalived + provide redis } |