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