aboutsummaryrefslogtreecommitdiff
blob: 7c0868c3f53500859bf57a8191cfc6503a8c75c4 (plain)
1
2
3
4
5
6
7
8
9
10
# Config file for /etc/init.d/bitcoin

# owner of bitcoind process (don't change, must be existing)
BITCOIN_USER="bitcoin"

# See http://www.bitcoin.org/smf/index.php?topic=1063
BITCOIN_OPTS="${BITCOIN_OPTS}"

# nice level
NICELEVEL="19"