daemonize

Function daemonize 

Source
pub fn daemonize() -> Result<()>
Expand description

Daemonize the current process (Unix only) NOTE: This is a placeholder for Step 3. Actual daemon implementation will be done when we implement the HTTP server.