bitcoin-core/bitcoin.sysconfig
Simone Caronni 9a887f8305 First import
2022-04-05 13:29:07 +02:00

11 lines
337 B
Text

# Provide options to the bitcoin daemon here, for example
# OPTIONS="-testnet -disable-wallet"
OPTIONS=""
# System service defaults.
# Don't change these unless you know what you're doing.
CONFIG_FILE="/etc/bitcoin/bitcoin.conf"
DATA_DIR="/var/lib/bitcoin"
PID_FILE="/run/bitcoind/bitcoind.pid"
DEBUG_FILE="/var/log/bitcoin/debug.log"