Files
agrarian/contrib/init/agrariand.openrcconf
T
2022-02-03 23:45:47 -08:00

34 lines
1.1 KiB
Plaintext

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