SIGKILL signal Handler

Viewed 34734

I have a requirement to write to a log file on reception of any terminate command like SIGTERM AND SIGKILL.

I can register for SIGTERM but how can handle the SIGKILL signal?

1 Answers
Related