nix
0.0.1
In nix::
unistd
nix
::
unistd
Function
setsid
Copy item path
Source
pub fn setsid() ->
Result
<
Pid
>
Expand description
Create new session and set process group id (see
setsid(2)
).