I was working on #74 and added a --pause-on-startup flag which immediately paused via the Pause Controller on startup.
This did not impair the execution of Zeno in any way shape or form, since a Pause is only send to all subscribers.
Even if the pauseManagers isPaused == true, a new subscriber will not be paused.