aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/concourse-worker.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/concourse-worker.service b/files/concourse-worker.service
index 3aa492d..15d7a39 100644
--- a/files/concourse-worker.service
+++ b/files/concourse-worker.service
@@ -2,7 +2,7 @@
Description=Worker for Concourse
[Service]
-ExecStart=concourse worker --healthcheck-bind-ip="${HEALTHCHECK_BIND_IP}" --bealthcheck-bind-port="${HEALTHCHECK_BIND_PORT}" --healthcheck-timeout="${HEALTHCHECK_TIMEOUT}"
+ExecStart=concourse worker --healthcheck-bind-ip="${HEALTHCHECK_BIND_IP}" --healthcheck-bind-port="${HEALTHCHECK_BIND_PORT}" --healthcheck-timeout="${HEALTHCHECK_TIMEOUT}"
EnvironmentFile=/etc/conf.d/concourse-worker
[Install]