fixed dogecoin init.d for 1.8, removed old versions
[portage-squeep] / net-p2p / dogecoind / files / dogecoin.confd
index 7751418c6648a8bae9b366174689269ea61d29ee..5ecf71ad7fd61dc50ae8c4bae8eac6ecffe4ebc2 100644 (file)
@@ -3,6 +3,13 @@
 # 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}"