From 38056ee6c7ee676161526b41f13a419d711b82ad Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Sat, 8 Jan 2022 21:39:39 +0530 Subject: [PATCH] =?UTF-8?q?changed=20nomad=20binary=20location=20?= =?UTF-8?q?=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nomad-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad-bootstrap.sh b/nomad-bootstrap.sh index 3be3a93..c8ebfae 100755 --- a/nomad-bootstrap.sh +++ b/nomad-bootstrap.sh @@ -34,7 +34,7 @@ After = consul.service User = $nomaduser Group = $nomadgroup ExecReload=/bin/kill -HUP \$MAINPID -ExecStart=/usr/local/bin/nomad agent -config /etc/nomad.d +ExecStart=/usr/bin/nomad agent -config /etc/nomad.d KillMode=process KillSignal=SIGINT LimitNOFILE=65536