use SIGTERM instead of SIGKILL to allow process to shut down cleanly

This commit is contained in:
Brian Gough 2015-03-13 10:15:37 +00:00
parent 9aaef729ad
commit a7b9376919

View file

@ -7,7 +7,7 @@ approvedFormats = ["png"]
fourtySeconds = 40 * 1000
childProcessOpts =
killSignal: "SIGKILL"
killSignal: "SIGTERM"
timeout: fourtySeconds