Install tor from tor repository and add external tor as default

This commit is contained in:
Stephan Oeste 2022-06-20 17:38:04 +02:00 committed by woodser
parent e2208355b1
commit 1512ed9db3
4 changed files with 11 additions and 2 deletions

View file

@ -26,6 +26,7 @@ ExecStart=/bin/sh __BISQ_HOME__/__BISQ_REPO_NAME__/${BISQ_ENTRYPOINT} \
--rpcPassword=${BITCOIN_RPC_PASS} \
--dumpBlockchainData=${BISQ_DUMP_BLOCKCHAIN} \
--dumpStatistics=${BISQ_DUMP_STATISTICS} \
--torControlPort=${BISQ_EXTERNAL_TOR_PORT} \
ExecStop=/bin/kill ${MAINPID}
Restart=on-failure