ralphlange / procServ

Wrapper to start arbitrary interactive commands in the background, with telnet or Unix domain socket access to stdin/stdout
GNU General Public License v3.0
23 stars 23 forks source link

return special exit code when children is killed by signal #59

Open minijackson opened 1 year ago

minijackson commented 1 year ago

Allows the process parent of procServ to check if the child was terminated abnormally.

Fixes #58.