Add to nomad init

This commit is contained in:
Alex Dadgar 2016-01-04 11:36:57 -08:00
parent ddf392c6be
commit 571adabac2
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@ job "example" {
}
}
}
# Controls the timeout between signalling a task it will be killed
# and killing the task. If not set a default is used.
# kill_timeout = "20s"
}
}
}