Module child_process

Source
Expand description

Starts programs in autostart, runs global ‘up’ script, and boots theme. Provides function to boot other desktop files also.

Structs§

Children
A struct managing children processes.
Nanny

Functions§

exec_shell
Sends command to shell for execution Assumes STDIN/STDERR/STDOUT unwanted.
exec_shell_with_args
Sends command to shell for execution including arguments. Assumes STDIN/STDERR/STDOUT unwanted.
register_child_hook
Register the SIGCHLD signal handler. Once the signal is received, the flag will be set true. User needs to manually clear the flag.

Type Aliases§

ChildID