# Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: BUSL-1.1 job "exec_host" { type = "batch" constraint { attribute = "${attr.kernel.name}" value = "linux" } group "group" { reschedule { attempts = 0 unlimited = false } restart { attempts = 0 mode = "fail" } task "bash" { driver = "exec" config { command = "bash" args = [ "-c", "local/pid.sh" ] pid_mode = "host" ipc_mode = "host" } template { data = <