github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/jobspec/test-fixtures/job-with-kill-signal.hcl (about) 1 job "foo" { 2 task "bar" { 3 driver = "docker" 4 kill_signal = "SIGQUIT" 5 6 config { 7 image = "hashicorp/image" 8 } 9 } 10 }