From 3612219f9a18a2bd1ddebb1b90f556aa29586bfd Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 25 May 2017 01:56:03 +0000 Subject: [PATCH] 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: afc693dea695b75721db55d0decee3b11dcb3625 --- contrib/init/bitcoind.openrcconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/init/bitcoind.openrcconf b/contrib/init/bitcoind.openrcconf index 0cbff6d30d2..f70e25cb5fd 100644 --- a/contrib/init/bitcoind.openrcconf +++ b/contrib/init/bitcoind.openrcconf @@ -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.