
The HUP signal was being used to stop the service and for some reason, sometimes it was being ignored. This commit change forces the use of the TERM signal (the default signal of kill). Fixes gh-4378 Closes gh-4414
The HUP signal was being used to stop the service and for some reason, sometimes it was being ignored. This commit change forces the use of the TERM signal (the default signal of kill). Fixes gh-4378 Closes gh-4414