diff options
Diffstat (limited to 'dev-db')
-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 } |