aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 02:17:05 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 02:17:05 +0200
commitd559894a1d35a5e06a8576c60afabe53f5dd12eb (patch)
tree4161a52290dd2b5a182dc5ac2c336e198485aa95
parentfixes (diff)
downloadconcourse-d559894a1d35a5e06a8576c60afabe53f5dd12eb.tar.gz
concourse-d559894a1d35a5e06a8576c60afabe53f5dd12eb.tar.xz
fixes
-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]