github.com/quite/nomad@v0.8.6/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 }