gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: sandcastle host unit


From: gnunet
Subject: [taler-deployment] branch master updated: sandcastle host unit
Date: Thu, 19 Oct 2023 12:24:21 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2e35695  sandcastle host unit
2e35695 is described below

commit 2e35695bdfe09c9f403723c88b11fd9cbb95774e
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Oct 19 12:24:18 2023 +0200

    sandcastle host unit
---
 sandcastle-ng/host/taler-sandcastle.service | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/sandcastle-ng/host/taler-sandcastle.service 
b/sandcastle-ng/host/taler-sandcastle.service
new file mode 100644
index 0000000..bea28bc
--- /dev/null
+++ b/sandcastle-ng/host/taler-sandcastle.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Taler Sandcastle
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+ExecStart=%h/deployment/sandcastle-ng/sandcastle-run
+ExecStop=/usr/bin/podman stop -t 10 taler-sandcastle
+Restart=on-failure
+Type=exec
+
+[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]