```
Set only the internal name.
Fixes #17036 for both `bitcoind` and `bitcoin-qt`.
```
This fixes Unix tools like `ps` or `pkill` that use the process name
(called `bitcoin-init` since D5540).
Backport of core [[https://github.com/bitcoin/bitcoin/pull/17038 | PR17038]].
Depends on D5540.