taler-deployment

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

commit 54d81c6a394fa47197ca99b10bc7f4a89576ae2d
parent fd40f3368c200edc37e2586866152f25152e89e4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 12 Jan 2025 16:51:40 +0100

fix path

Diffstat:
MREADME.md | 2+-
Msystemd-services/buildbot-worker-linkchecker.service | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -18,7 +18,7 @@ Deployment Layout ================= aptly/ -- FIXME -bootstrpa-docker/ -- FIXME +bootstrap-docker/ -- FIXME buildbot/ -- scripts and configuration for the buildmaster and jobs launched by it docker/ -- FIXME head.taler.net/ -- FIXME diff --git a/systemd-services/buildbot-worker-linkchecker.service b/systemd-services/buildbot-worker-linkchecker.service @@ -6,9 +6,9 @@ AssertPathExists=/home/linkchecker-worker/worker User=linkchecker-worker Group=linkchecker-worker WorkingDirectory=~ -ExecStart=/home/linkchecker-worker/.local/buildbot-worker start --nodaemon worker -ExecReload=/home/linkchecker-worker/.local/buildbot-worker restart --nodaemon worker -ExecStop=/home/linkchecker-worker/.local/buildbot-worker stop worker +ExecStart=/home/linkchecker-worker/.local/bin/buildbot-worker start --nodaemon worker +ExecReload=/home/linkchecker-worker/.local/bin/buildbot-worker restart --nodaemon worker +ExecStop=/home/linkchecker-worker/.local/bin/buildbot-worker stop worker Restart=always [Install]