fixed dogecoin init.d for 1.8, removed old versions
[portage-squeep] / net-p2p / dogecoind / files / dogecoin.confd
1 # Config file for /etc/init.d/dogecoind
2
3 # owner of dogecoind process (don't change, must be existing)
4 DOGECOIN_USER="dogecoin"
5
6 # homedir of DOGECOIN_USER
7 DOGECOIN_USERDIR="/var/lib/dogecoin"
8
9 DOGECOIN_DATADIR="${DOGECOIN_USERDIR}/.dogecoin"
10
11 DOGECOIN_CONFFILE="${DOGECOIN_DATADIR}/dogecoin.conf"
12
13 # See http://www.bitcoin.org/smf/index.php?topic=1063
14 DOGECOIN_OPTS="${DOGECOIN_OPTS}"
15
16 # nice level
17 NICELEVEL="19"