Update website/pages/docs/job-specification/lifecycle.mdx

Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
Chris Baker
2020-12-18 14:30:17 -06:00
committed by GitHub
parent 5d100df9fe
commit 513a168580

View File

@@ -17,7 +17,7 @@ configuring when a task is run within the lifecycle of a task group.
Main tasks are tasks that do not have a `lifecycle` stanza. Lifecycle task hooks
specify when other tasks are run in relation to the main tasks.
There are three different lifecycle hooks, indicating when a task is started:
* prestart tasks are immediately
* prestart tasks are started immediately
* poststart tasks are started after the main tasks are running
* poststop tasks are started after the main tasks are dead