8 stat_busy
"Starting bitcoind"
9 su
-s /bin
/bash
-c "nohup bitcoind -gen=0 -datadir=/var/lib/bitcoin-daemon &" bitcoin
> /dev
/null
2>&1
18 stat_busy
"Stopping bitcoind"
19 su
-s /bin
/bash
-c "bitcoind -datadir=/var/lib/bitcoin-daemon stop" bitcoin
&> /dev
/null
33 echo "usage: $0 {start|stop|restart}"