I figured it out: I needed to remove `-daemon` from the `ExecStart` in the systemd unit file and change the unit `Type` to `exec` or `simple` instead of `forking`. Otherwise bitcoind does not print to stdout
Discussion
I just got home and was about to send you my service file for reference. Glad you got it figured out!