github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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  }