diff --git a/website/source/docs/jobspec/index.html.md b/website/source/docs/jobspec/index.html.md index 076a002f9..5741a70bd 100644 --- a/website/source/docs/jobspec/index.html.md +++ b/website/source/docs/jobspec/index.html.md @@ -28,8 +28,8 @@ job "my-service" { # Spread tasks between us-west-1 and us-east-1 datacenters = ["us-west-1", "us-east-1"] - # run this job globally - type = "system" + # run this with service scheduler + type = "service" # Rolling updates should be sequential update {