# Config file for /etc/init.d/dogecoind # owner of dogecoind process (don't change, must be existing) DOGECOIN_USER="dogecoin" # homedir of DOGECOIN_USER DOGECOIN_USERDIR="/var/lib/dogecoin" DOGECOIN_DATADIR="${DOGECOIN_USERDIR}/.dogecoin" DOGECOIN_CONFFILE="${DOGECOIN_DATADIR}/dogecoin.conf" # See http://www.bitcoin.org/smf/index.php?topic=1063 DOGECOIN_OPTS="${DOGECOIN_OPTS}" # nice level NICELEVEL="19"