-daemonwait change to -daemon
Bugfix for Ubuntu 20.04 (systemd)
Tested with : /lib/systemd/system/bitcoind.service
[Service] ExecStart=/usr/local/bin/bitcoind -daemon \ -pid=/run/bitcoind/bitcoind.pid \ -conf=/etc/bitcoin/bitcoin.conf \ -datadir=/var/lib/bitcoind
sudo systemctl daemon-reload sudo systemctl start bitcoind
bitcoin has been built by hand which explain the change to /usr/local/bin/bitcoind when I did my test
<!-- Reviewable:start -->
This change is <img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>
<!-- Reviewable:end -->