Refactor: daemons: Add handle_unknown_request.
Now that all messages are supported by the new code, we can add the
unknown message handler to catch anything else. And that means
everything is being handled by execd_process_message now, so
process_lrmd_message can be removed.
Fixes T126