mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-08 22:52:18 -04:00
Install tor from tor repository and add external tor as default
This commit is contained in:
parent
e2208355b1
commit
1512ed9db3
4 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue