neobytes/contrib/init/neobytesd.openrcconf

34 lines
1.1 KiB
Plaintext
Raw Normal View History

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