# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
job "job1" {
type = "service"
datacenters = ["dc1"]
group "group1" {
count = 1
task "task1" {
driver = "exec"
config {
command = "/bin/sleep"
}
resources {
cpu = 1000
memory = 512