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

Notify clients when a kill command is received #42

Closed EmilioPeJu closed 3 years ago

EmilioPeJu commented 3 years ago

Currently, it is not possible to distinguish between the target process getting killed by a kill command, or getting killed by something else (for example, the OOM killer), this change intends to make it clear without having to use the debug flag (which generates too much information to be used in production)