The optional map can contain additional configuration: "tty" : boolean - run the command in terminal (instead of piped stdout/stderr), the default is false, "C_locale" : boolean - use C locale (default false), "env" : map<string variable, string value> - set additional environment variables.
Returns ID of the started process
(.process.start_shell, "/bin/true") -> 12345