Add signal handlers for INT and TERM
Status: Beta
Brought to you by:
phalaaxx
Added INT and TERM signal handlers to python-agentx
As python-agentx does the main loop implementation anyway, it should also take care of signals INT (^C pressed on keyboard when the agent is running in foreground) and TERM (agent running daemonized and killed).
Patch that adds signal handlers for INT and TERM