gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: buildbot-master s


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: buildbot-master service
Date: Wed, 16 Oct 2019 10:42:22 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 56c1f5a  buildbot-master service
56c1f5a is described below

commit 56c1f5ae843aa8e6363480653c4e350c59deffbc
Author: ng0 <address@hidden>
AuthorDate: Wed Oct 16 08:42:03 2019 +0000

    buildbot-master service
---
 buildbot-master.service | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/buildbot-master.service b/buildbot-master.service
new file mode 100644
index 0000000..be5f91c
--- /dev/null
+++ b/buildbot-master.service
@@ -0,0 +1,13 @@
+# place this in ~/.config/systemd/user/ for a user unit
+[Unit]
+Description=Buildbot master service
+AssertPathExists=/home/buildbot-master/master
+
+[Service]
+WorkingDirectory=/home/buildbot-master/
+ExecStart=/usr/local/bin/buildbot start --nodaemon
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=always
+
+[Install]
+WantedBy=default.target

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



reply via email to

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