Files
blackcoin-more/contrib/init/blackmored.openrcconf
2020-12-20 13:04:46 +01:00

34 lines
1.1 KiB
Plaintext

# /etc/conf.d/blackmored: config file for /etc/init.d/blackmored
# Config file location
#BITCOIND_CONFIGFILE="/etc/blackmore/blackmore.conf"
# What directory to write pidfile to? (created and owned by $BITCOIND_USER)
#BITCOIND_PIDDIR="/var/run/blackmored"
# What filename to give the pidfile
#BITCOIND_PIDFILE="${BITCOIND_PIDDIR}/blackmored.pid"
# Where to write blackmored data (be mindful that the blockchain is large)
#BITCOIND_DATADIR="/var/lib/blackmored"
# User and group to own blackmored process
#BITCOIND_USER="blackmore"
#BITCOIND_GROUP="blackmore"
# Path to blackmored executable
#BITCOIND_BIN="/usr/bin/blackmored"
# Nice value to run blackmored under
#BITCOIND_NICE=0
# Additional options (avoid -conf and -datadir, use flags above)
BITCOIND_OPTS="-disablewallet"
# The timeout in seconds OpenRC will wait for blackmored to terminate
# after a SIGTERM has been raised.
# Note that this will be mapped as argument to start-stop-daemon's
# '--retry' option, which means you can specify a retry schedule
# here. For more information see man 8 start-stop-daemon.
BITCOIND_SIGTERM_TIMEOUT=60