Function nix::unistd::setsid

source ·
pub fn setsid() -> Result<Pid>
Available on crate feature process only.
Expand description

Create new session and set process group id (see setsid(2)).