summaryrefslogtreecommitdiff
path: root/dev-db/redict/files/redict-sentinel.initd
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-05-20 23:16:20 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-05-21 23:22:15 +0200
commit1c93d7f4a0eed5a63a55202885ff1e793f653f1f (patch)
treeeac4541e6ec501e08aab9724107f1bb65a448144 /dev-db/redict/files/redict-sentinel.initd
parent47ba28ececfee1196e4d0e541e9c4cbc9acba8b2 (diff)
downloadgentoo-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/files/redict-sentinel.initd')
-rw-r--r--dev-db/redict/files/redict-sentinel.initd1
1 files changed, 1 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"