[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: fix path
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: fix path |
Date: |
Sun, 12 Jan 2025 16:51:42 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 54d81c6 fix path
54d81c6 is described below
commit 54d81c6a394fa47197ca99b10bc7f4a89576ae2d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 12 16:51:40 2025 +0100
fix path
---
README.md | 2 +-
systemd-services/buildbot-worker-linkchecker.service | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index bb93272..eb78c44 100644
--- 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
index f60c5e3..f1cc93f 100644
--- 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]
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: fix path,
gnunet <=