From b34c270366682cff58c0d45bd7715ebb9c0991e8 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Wed, 20 Jul 2016 22:31:05 +0900 Subject: [PATCH] [doc] Fix job example to use system scheduler with count 5 --- website/source/docs/jobspec/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {