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:
Wladimir J. van der Laan 2017-06-01 15:04:25 +02:00
commit 27b99312bf
No known key found for this signature in database
GPG Key ID: 1E4AED62986CD25D
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#BITCOIND_NICE=0 #BITCOIND_NICE=0
# Additional options (avoid -conf and -datadir, use flags above) # 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 # The timeout in seconds OpenRC will wait for bitcoind to terminate
# after a SIGTERM has been raised. # after a SIGTERM has been raised.