Skip to content

Commit f86e3ab

Browse files
committed
kill timeout needed for docker containers to restart gracefully
1 parent f40b9d1 commit f86e3ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/files/upstart.conf

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ start on filesystem and started docker
33
stop on runlevel [06]
44
respawn
55

6+
kill timeout 20
7+
68
{#- Ugly, but covers the cases where variable evaluates to false, is empty, or non-existent #}
79
{%- set runoptions = container.get("runoptions", []) %}
810
{%- set stopoptions = container.get("stopoptions", []) %}

0 commit comments

Comments
 (0)