gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: use correct dirname


From: gnunet
Subject: [taler-deployment] branch master updated: use correct dirname
Date: Sun, 23 Feb 2020 13:42:41 +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 4fb13ac  use correct dirname
4fb13ac is described below

commit 4fb13ac898ec7bea4fb4e282dfca662ed889ca5f
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 23 13:42:37 2020 +0100

    use correct dirname
---
 systemd-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
index 460298b..b16b99a 100644
--- 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]

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



reply via email to

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