Skip to content

Commit

Permalink
Seednode must be shutdown using kill -9 until #3884 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Jan 25, 2020
1 parent 6036023 commit c6401b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seednode/bisq-seednode.service
Expand Up @@ -26,7 +26,7 @@ ExecStart=__BISQ_HOME__/__BISQ_REPO_NAME__/bisq-seednode \
--rpcPassword=${BITCOIN_RPC_PASSWORD} \
--dumpBlockchainData=${BISQ_DUMP_BLOCKCHAIN} \

ExecStop=/bin/kill -TERM ${MAINPID}
ExecStop=/bin/kill -9 ${MAINPID}
Restart=on-failure

ExecStartPre=+/bin/bash -c "if [ $BISQ_DUMP_BLOCKCHAIN = true ];then mount -t tmpfs none -o size=812M,uid=bisq,gid=bisq $BISQ_HOME/$BISQ_APP_NAME/$BISQ_BASE_CURRENCY/db/json;else true;fi"
Expand Down

0 comments on commit c6401b5

Please sign in to comment.