gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sandcastle-ng] 02/39: sandcastle host unit


From: gnunet
Subject: [taler-sandcastle-ng] 02/39: sandcastle host unit
Date: Thu, 11 Jan 2024 13:59:35 +0100

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

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

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

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

diff --git a/host/taler-sandcastle.service b/host/taler-sandcastle.service
new file mode 100644
index 0000000..bea28bc
--- /dev/null
+++ b/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]