Commit 78346506 authored by Tim Gross's avatar Tim Gross
Browse files

docs: clarify default signal for raw_exec on Windows

parent d8de2d6b
Showing with 4 additions and 2 deletions
+4 -2
......@@ -60,8 +60,10 @@ job "docs" {
task, which has a default value of 30 seconds.
- `kill_signal` `(string)` - Specifies a configurable kill signal for a task,
where the default is SIGINT (or SIGTERM for `docker`). Note that this is only
supported for drivers sending signals (currently `docker`, `exec`, `raw_exec`, and `java` drivers).
where the default is SIGINT (or SIGTERM for `docker`, or CTRL_BREAK_EVENT
for `raw_exec` on Windows). Note that this is only supported for drivers
sending signals (currently `docker`, `exec`, `raw_exec`, and `java`
drivers).
- `leader` `(bool: false)` - Specifies whether the task is the leader task of
the task group. If set to true, when the leader task completes, all other
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment