INHERIT_STDIN
If this flag is given, the child process will inherit the parent's stdin. Otherwise, the child's stdin is redirected to /dev/null
.
If this flag is given, the child process will inherit the parent's stdin. Otherwise, the child's stdin is redirected to /dev/null
.