taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit a2fc0aaeb04071d85afe515641c98f4c96892aff
parent acbfeb837614b7b6c76f52ce8c42e8719283058a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Feb 2020 14:20:13 +0100

fix path

Diffstat:
Msystemd-services/buildbot-worker-checker.service | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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]