gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated (c8d3cde -> f802190)


From: gnunet
Subject: [libeufin] branch master updated (c8d3cde -> f802190)
Date: Wed, 27 Jan 2021 14:30:34 +0100

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

ms pushed a change to branch master
in repository libeufin.

    from c8d3cde  db connection string only from env
     new 4db1c19  nexus unit file
     new f802190  sandbox unit file

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/nexus.service   | 7 +++++++
 debian/sandbox.service | 7 +++++++
 2 files changed, 14 insertions(+)
 create mode 100644 debian/nexus.service
 create mode 100644 debian/sandbox.service

diff --git a/debian/nexus.service b/debian/nexus.service
new file mode 100644
index 0000000..b20aba9
--- /dev/null
+++ b/debian/nexus.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=LibEuFin Nexus service.
+
+[Service]
+ExecStart=/usr/bin/libeufin-nexus serve
+Restart=on-failure
+Environment="LIBEUFIN_NEXUS_DB_CONNECTION=jdbc:sqlite:/tmp/libeufinnexusdb"
diff --git a/debian/sandbox.service b/debian/sandbox.service
new file mode 100644
index 0000000..f08a5e4
--- /dev/null
+++ b/debian/sandbox.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=LibEuFin Sandbox service.
+
+[Service]
+ExecStart=/usr/bin/libeufin-sandbox serve
+Restart=on-failure
+Environment="LIBEUFIN_SANDBOX_DB_CONNECTION=jdbc:sqlite:/tmp/libeufinsandboxdb"

-- 
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]