nix
0.24.3
In nix::unistd
Function
nix
::
unistd
::
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)
).