We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807cf9c commit f505704Copy full SHA for f505704
scripts/start_cardano-db-sync.sh
@@ -5,8 +5,8 @@ CARDANO_DB_SYNC_EXE=$1
5
6
# Workaround for: https://github.com/input-output-hk/cardano-db-sync/issues/433
7
sleep 5;
8
-$CARDANO_DB_SYNC_EXE \
+exec $CARDANO_DB_SYNC_EXE \
9
--config /config/cardano-db-sync/config.json \
10
--schema-dir /cardano-db-sync/schema/ \
11
--socket-path /ipc/node.socket \
12
- --state-dir /data/db-sync
+ --state-dir /data/db-sync
0 commit comments