extern crate sozu_lib as sozu;
extern crate sozu_command_lib;
/// the arguments to the sozu command line
/// Receives orders from the CLI, transmits to workers
// mod command;
/// The command line logic
/// Forking & restarting the main process using a more recent executable of Sōzu
/// Some unix helper functions
/// Start and restart the worker UNIX processes