gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: set uid


From: gnunet
Subject: [taler-deployment] branch master updated: set uid
Date: Sun, 12 Jan 2025 13:55:59 +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 97affd4  set uid
97affd4 is described below

commit 97affd453ef47f13deb1f21528b60f16920d85eb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 12 13:55:57 2025 +0100

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

diff --git a/systemd-services/buildbot-master.service 
b/systemd-services/buildbot-master.service
index bdb1525..e45a56b 100644
--- a/systemd-services/buildbot-master.service
+++ b/systemd-services/buildbot-master.service
@@ -3,7 +3,9 @@ Description=Buildbot master service
 AssertPathExists=/home/buildbot-master/master
 
 [Service]
-WorkingDirectory=/home/buildbot-master/
+User=buildbot-master
+Group=buildbot-master
+WorkingDirectory=~
 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

-- 
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]