nix
0.29.0
In nix::
unistd
nix
::
unistd
Function
setsid
Copy item path
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)
).