Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
78346506
Commit
78346506
authored
4 years ago
by
Tim Gross
Browse files
Options
Download
Email Patches
Plain Diff
docs: clarify default signal for raw_exec on Windows
parent
d8de2d6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/pages/docs/job-specification/task.mdx
+4
-2
website/pages/docs/job-specification/task.mdx
with
4 additions
and
2 deletions
+4
-2
website/pages/docs/job-specification/task.mdx
+
4
-
2
View file @
78346506
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment