ratman: restructure setup trampoline
This MR changes the way that ratmand is initialised. It moves almost all initialisation code into src/daemon/startup.rs
. In the future we may want to provide multiple entry-points that can initialise ratman via the command-line or via a statically provided Config
struct