Summary of Bug
When we run ABCI in standalone mode (--with-tendermint=false) the program immediate exit
Missing infinite loop
https://github.com/cosmos/cosmos-sdk/blob/master/server/start.go#L100
// run forever (the node will not be returned)
select {}
Version
github.com/cosmos/cosmos-sdk v0.36.0-rc3
Steps to Reproduce
run service demon without tendermin node (flag --with-tendermint=false)
For Admin Use