is_daemon_child

Function is_daemon_child 

Source
pub fn is_daemon_child() -> bool
Expand description

Check if we’re running as a daemon child process (Windows). On Unix this is handled by the daemonize crate.