Skip to content

Commit

Permalink
Remove SIGKILL stop to allow graceful shutdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Mar 1, 2019
1 parent 5f8b9bd commit e3fb90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/provision/templates/qed-stop.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#}
#!/bin/bash

killall -9 qed
killall qed || true

0 comments on commit e3fb90e

Please sign in to comment.