github.com/blixtra/nomad@v0.7.2-0.20171221000451-da9a1d7bb050/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  }