summaryrefslogtreecommitdiff
path: root/systemd-services
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-23 14:20:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-23 14:20:13 +0100
commita2fc0aaeb04071d85afe515641c98f4c96892aff (patch)
tree7bb3ade8c860051042d4213e97cc9e4859d09122 /systemd-services
parentacbfeb837614b7b6c76f52ce8c42e8719283058a (diff)
downloaddeployment-a2fc0aaeb04071d85afe515641c98f4c96892aff.tar.gz
deployment-a2fc0aaeb04071d85afe515641c98f4c96892aff.tar.bz2
deployment-a2fc0aaeb04071d85afe515641c98f4c96892aff.zip
fix path
Diffstat (limited to 'systemd-services')
-rw-r--r--systemd-services/buildbot-worker-checker.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/systemd-services/buildbot-worker-checker.service b/systemd-services/buildbot-worker-checker.service
index 8aa556d..800e1ba 100644
--- a/systemd-services/buildbot-worker-checker.service
+++ b/systemd-services/buildbot-worker-checker.service
@@ -4,9 +4,9 @@ AssertPathExists=%h/bb-worker
[Service]
WorkingDirectory=%h
-ExecStart=/usr/local/bin/buildbot-worker start --nodaemon bb-worker
-ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon bb-worker
-ExecStop=/usr/local/bin/buildbot-worker stop bb-worker
+ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/local/bin/buildbot-worker stop worker
Restart=always
[Install]