[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: .deb ships systemd files
From: |
gnunet |
Subject: |
[libeufin] branch master updated: .deb ships systemd files |
Date: |
Thu, 28 Jan 2021 17:18:24 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new ec6c490 .deb ships systemd files
ec6c490 is described below
commit ec6c49014760642bd117167106481aacca8bb3c8
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 28 17:18:20 2021 +0100
.deb ships systemd files
---
debian/libeufinenv.conf | 5 +++++
debian/rules | 3 +++
2 files changed, 8 insertions(+)
diff --git a/debian/libeufinenv.conf b/debian/libeufinenv.conf
new file mode 100644
index 0000000..582b387
--- /dev/null
+++ b/debian/libeufinenv.conf
@@ -0,0 +1,5 @@
+LIBEUFIN_SANDBOX_PORT=5016
+LIBEUFIN_SANDBOX_PORT=5017
+
+LIBEUFIN_SANDBOX_DB_CONNECTION=jdbc:sqlite:/tmp/libeufindb
+LIBEUFIN_NEXUS_DB_CONNECTION=jdbc:sqlite:/tmp/libeufindb
diff --git a/debian/rules b/debian/rules
index 7c1bbf9..28078cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,9 @@ override_dh_auto_install:
dh_link $(LIBEUFIN_HOME)/bin/libeufin-cli /usr/bin/libeufin-cli
dh_link $(LIBEUFIN_HOME)/bin/libeufin-nexus /usr/bin/libeufin-nexus
dh_link $(LIBEUFIN_HOME)/bin/libeufin-sandbox /usr/bin/libeufin-sandbox
+ dh_install debian/libeufinenv.conf /etc/libeufin
+ dh_install debian/sandbox.service /etc/systemd/system
+ dh_install debian/nexus.service /etc/systemd/system
binary:
dh $@
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: .deb ships systemd files,
gnunet <=