--exec
--upgrade
Having support for `--exec` when using `--upgrade` is nice so this commit adds it. It does it by extracting a shared helper called `exec_with_listen_fds()` and then use that in the `verb_call()` and `varlink_call_and_upgrade()` calls.