[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: set path
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: set path |
Date: |
Sun, 12 Jan 2025 13:52:09 +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 a5e8845 set path
a5e8845 is described below
commit a5e88456295f75fc439bc86cfc45175566eba8d3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 12 13:52:07 2025 +0100
set path
---
systemd-services/buildbot-master.service | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/systemd-services/buildbot-master.service
b/systemd-services/buildbot-master.service
index c56f543..bdb1525 100644
--- a/systemd-services/buildbot-master.service
+++ b/systemd-services/buildbot-master.service
@@ -4,9 +4,9 @@ AssertPathExists=/home/buildbot-master/master
[Service]
WorkingDirectory=/home/buildbot-master/
-ExecStart=buildbot start --nodaemon master
-ExecReload=buildbot sighup master
-ExecStop=buildbot stop master
+ExecStart=/home/buildbot-master/.local/bin/buildbot start --nodaemon master
+ExecReload=/home/buildbot-master/.local/bin/buildbot sighup master
+ExecStop=/home/buildbot-master/.local/bin/buildbot stop master
Restart=always
KillSignal=SIGHUP
Environment="PATH=/bin:/home/buildbot-master/.local/bin:/usr/bin"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.