dash/contrib/init/dashd.openrcconf

34 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2015-04-05 23:56:58 +02:00
# /etc/conf.d/dashd: config file for /etc/init.d/dashd
# Config file location
#BITCOIND_CONFIGFILE="/etc/dashcore/dash.conf"
2015-04-05 23:56:58 +02:00
# What directory to write pidfile to? (created and owned by $BITCOIND_USER)
#BITCOIND_PIDDIR="/var/run/dashd"
# What filename to give the pidfile
#BITCOIND_PIDFILE="${BITCOIND_PIDDIR}/dashd.pid"
# Where to write dashd data (be mindful that the blockchain is large)
#BITCOIND_DATADIR="/var/lib/dashd"
# User and group to own dashd process
#BITCOIND_USER="dashcore"
#BITCOIND_GROUP="dashcore"
2015-04-05 23:56:58 +02:00
# Path to dashd executable
#BITCOIND_BIN="/usr/bin/dashd"
# Nice value to run dashd under
#BITCOIND_NICE=0
# Additional options (avoid -conf and -datadir, use flags above)
#BITCOIND_OPTS=""
2015-04-05 23:56:58 +02:00
# The timeout in seconds OpenRC will wait for dashd to terminate
2016-03-04 08:25:16 +01:00
# 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