neobytes/contrib/init/neobytesd.openrcconf
2024-12-16 19:40:22 +01:00

34 lines
1.1 KiB
Plaintext

# /etc/conf.d/neobytesd: config file for /etc/init.d/neobytesd
# Config file location
#NEOBYTESD_CONFIGFILE="/etc/neobytes/neobytes.conf"
# What directory to write pidfile to? (created and owned by $NEOBYTESD_USER)
#NEOBYTESD_PIDDIR="/var/run/neobytesd"
# What filename to give the pidfile
#NEOBYTESD_PIDFILE="${NEOBYTESD_PIDDIR}/neobytesd.pid"
# Where to write neobytesd data (be mindful that the blockchain is large)
#NEOBYTESD_DATADIR="/var/lib/neobytesd"
# User and group to own neobytesd process
#NEOBYTESD_USER="neobytes"
#NEOBYTESD_GROUP="neobytes"
# Path to neobytesd executable
#NEOBYTESD_BIN="/usr/bin/neobytesd"
# Nice value to run neobytesd under
#NEOBYTESD_NICE=0
# Additional options (avoid -conf and -datadir, use flags above)
NEOBYTESD_OPTS="-disablewallet"
# The timeout in seconds OpenRC will wait for neobytesd 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.
NEOBYTESD_SIGTERM_TIMEOUT=60