contrib/init/bitcoind.openrcconf: Don't disable wallet by default

It's harmless if it goes unused, and confused when a wallet is desired

Github-Pull: #10451
Rebased-From: afc693dea6
This commit is contained in:
Luke Dashjr 2017-05-25 01:56:03 +00:00
parent 692dbb0288
commit 3612219f9a

View file

@ -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.