[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: improve service spec
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: improve service spec |
Date: |
Wed, 15 Jan 2025 15:35:17 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-deployment.
The following commit(s) were added to refs/heads/master by this push:
new f3661a7 improve service spec
f3661a7 is described below
commit f3661a73f8d0aad9a7990aaec1a0e6ab6e836fb5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 15 15:35:15 2025 +0100
improve service spec
---
systemd-services/buildbot-master.service | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/systemd-services/buildbot-master.service
b/systemd-services/buildbot-master.service
index e45a56b..8a203c0 100644
--- a/systemd-services/buildbot-master.service
+++ b/systemd-services/buildbot-master.service
@@ -5,12 +5,12 @@ AssertPathExists=/home/buildbot-master/master
[Service]
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
+WorkingDirectory=/home/buildbot-master
+ExecStart=/home/buildbot-master/.local/bin/buildbot --verbose start --nodaemon
master
+ExecReload=/bin/kill -HUP $MAINPID
Restart=always
-KillSignal=SIGHUP
+PrivateDevices=yes
+PrivateTmp=yes
Environment="PATH=/bin:/home/buildbot-master/.local/bin:/usr/bin"
[Install]
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: improve service spec,
gnunet <=