gnunet-svn
[Top][All Lists]
Advanced

[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, 23 Feb 2020 14:20:15 +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 a2fc0aa  fix path
a2fc0aa is described below

commit a2fc0aaeb04071d85afe515641c98f4c96892aff
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 23 14:20:13 2020 +0100

    fix path
---
 systemd-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
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]

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]