gnunet-svn
[Top][All Lists]
Advanced

[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:50:51 +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 3e5f983  set path
3e5f983 is described below

commit 3e5f98342d0fd29b776728cc35bf6897f2ef8184
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 12 13:50:49 2025 +0100

    set path
---
 systemd-services/buildbot-master.service | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/systemd-services/buildbot-master.service 
b/systemd-services/buildbot-master.service
index 6946646..c56f543 100644
--- a/systemd-services/buildbot-master.service
+++ b/systemd-services/buildbot-master.service
@@ -4,11 +4,12 @@ AssertPathExists=/home/buildbot-master/master
 
 [Service]
 WorkingDirectory=/home/buildbot-master/
-ExecStart=/usr/bin/buildbot start --nodaemon master
-ExecReload=/usr/bin/buildbot sighup master
-ExecStop=/usr/bin/buildbot stop master
+ExecStart=buildbot start --nodaemon master
+ExecReload=buildbot sighup master
+ExecStop=buildbot stop master
 Restart=always
 KillSignal=SIGHUP
+Environment="PATH=/bin:/home/buildbot-master/.local/bin:/usr/bin"
 
 [Install]
 WantedBy=default.target

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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