Files
NeoDash/contrib/init/neodashd.openrcconf
2017-12-08 09:40:03 +07:00

34 lines
1.1 KiB
Plaintext

# /etc/conf.d/neodashd: config file for /etc/init.d/neodashd
# Config file location
#BITCOIND_CONFIGFILE="/etc/neodash/neodash.conf"
# What directory to write pidfile to? (created and owned by $BITCOIND_USER)
#BITCOIND_PIDDIR="/var/run/neodashd"
# What filename to give the pidfile
#BITCOIND_PIDFILE="${BITCOIND_PIDDIR}/neodashd.pid"
# Where to write neodashd data (be mindful that the blockchain is large)
#BITCOIND_DATADIR="/var/lib/neodashd"
# User and group to own neodashd process
#BITCOIND_USER="neodash"
#BITCOIND_GROUP="neodash"
# Path to neodashd executable
#BITCOIND_BIN="/usr/bin/neodashd"
# Nice value to run neodashd under
#BITCOIND_NICE=0
# Additional options (avoid -conf and -datadir, use flags above)
BITCOIND_OPTS="-disablewallet"
# The timeout in seconds OpenRC will wait for bitcoind 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