Merge #10451: contrib/init/bitcoind.openrcconf: Don't disable wallet by default
afc693d
contrib/init/bitcoind.openrcconf: Don't disable wallet by default (Luke Dashjr)
Tree-SHA512: 1763a9e91788485b079b96239cf09f1557b338e5045aa4ffbad3908f88c4e362b9b5d86a8a0f33734899de244e76e7ced02a6be8e52b3fb69258a5101d6445ef
This commit is contained in:
commit
27b99312bf
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
#BITCOIND_NICE=0
|
||||
|
||||
# Additional options (avoid -conf and -datadir, use flags above)
|
||||
BITCOIND_OPTS="-disablewallet"
|
||||
#BITCOIND_OPTS=""
|
||||
|
||||
# The timeout in seconds OpenRC will wait for bitcoind to terminate
|
||||
# after a SIGTERM has been raised.
|
||||
|
|
Loading…
Reference in a new issue