# /etc/conf.d/limenkad: config file for /etc/init.d/limenkad

# Config file location
#LIMENKAD_CONFIGFILE="/etc/limenka/limenka.conf"

# What directory to write pidfile to?  (created and owned by $LIMENKAD_USER)
#LIMENKAD_PIDDIR="/run/limenkad"

# What filename to give the pidfile
#LIMENKAD_PIDFILE="${LIMENKAD_PIDDIR}/${SVCNAME}.pid"

# Where to write limenkad data (be mindful that the blockchain is large)
#LIMENKAD_DATADIR="/var/lib/limenkad"

# Location to write debug log
#LIMENKAD_LOGDIR="/var/log/limenkad"

# User and group to own limenkad process
#LIMENKAD_USER="limenka"
#LIMENKAD_GROUP="limenka"

# Path to limenkad executable
#LIMENKAD_BIN="/usr/bin/limenkad"

# Nice value to run limenkad under
#LIMENKAD_NICE=0

# Additional options (avoid -conf and -datadir, use flags above)
#LIMENKAD_OPTS=""

# The timeout in seconds OpenRC will wait for limenkad 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.
LIMENKAD_SIGTERM_TIMEOUT=600
