In the experience of running the service, sighup occasionally
causes the credmon to stall. Run the signal handler in a separate
process to isolate any issues.
Would probably be a good idea to add some logging to the subprocess. That way, we know that (a) it is alive and (b) it is getting messages from the parent.
In the experience of running the service, sighup occasionally causes the credmon to stall. Run the signal handler in a separate process to isolate any issues.