gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 01/05: systemd: add service for container buildbot-wo


From: gnunet
Subject: [taler-deployment] 01/05: systemd: add service for container buildbot-worker
Date: Mon, 12 Jun 2023 20:58:15 +0200

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

devan-carpenter pushed a commit to branch master
in repository deployment.

commit 0f6749e220c43a3b551b8829970a970c0e6df379
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Jun 7 10:29:38 2023 -0400

    systemd: add service for container buildbot-worker
---
 systemd-services/buildbot-worker-container.service | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/systemd-services/buildbot-worker-container.service 
b/systemd-services/buildbot-worker-container.service
new file mode 100644
index 0000000..70d57c4
--- /dev/null
+++ b/systemd-services/buildbot-worker-container.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Buildbot worker service for container worker
+AssertPathExists=/home/container-worker/worker
+
+[Service]
+WorkingDirectory=/home/container-worker/
+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]