Don't use `kill -hup` in the launch script
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-4414pull/4414/merge
parent
52264cd0c2
commit
b190cfdd6a
Loading…
Reference in New Issue