gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: SystemD service for Buildbot c


From: gnunet
Subject: [taler-deployment] branch master updated: SystemD service for Buildbot codespell worker
Date: Fri, 17 Feb 2023 12:04:39 +0100

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

javier-sepulveda pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a691a73  SystemD service for Buildbot codespell worker
a691a73 is described below

commit a691a7338f2746d8263ec376a083c8967541142c
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Fri Feb 17 12:04:20 2023 +0100

    SystemD service for Buildbot codespell worker
---
 systemd-services/buildbot-worker-codespell.service | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/systemd-services/buildbot-worker-codespell.service 
b/systemd-services/buildbot-worker-codespell.service
new file mode 100644
index 0000000..bd3151b
--- /dev/null
+++ b/systemd-services/buildbot-worker-codespell.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Buildbot worker service for doc
+AssertPathExists=/home/codespell/worker
+
+[Service]
+WorkingDirectory=/home/codespell/
+ExecStart=/usr/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/bin/buildbot-worker stop worker
+Restart=always
+
+[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]