taler-deployment

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

commit 4fb13ac898ec7bea4fb4e282dfca662ed889ca5f
parent 7f9f9e017335ee6ac4d49582cb9434a18408862e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Feb 2020 13:42:37 +0100

use correct dirname

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

diff --git a/systemd-services/buildbot-worker-taler.service b/systemd-services/buildbot-worker-taler.service @@ -4,9 +4,9 @@ AssertPathExists=%h/bb-worker [Service] WorkingDirectory=%h -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 +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 Restart=always [Install]