Closed egorsmkv closed 5 years ago
Some programs create child processes. This utility restarts them too?
Modd uses process groups - child processes inherit the process group of the parent. Restart signals are sent to the group, so child processes will be signalled too.
Okay. Thanks for the reply, Aldo.
Some programs create child processes. This utility restarts them too?