[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: systemd gives env via file
From: |
gnunet |
Subject: |
[libeufin] branch master updated: systemd gives env via file |
Date: |
Thu, 28 Jan 2021 10:08:50 +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 86cd6a7 systemd gives env via file
86cd6a7 is described below
commit 86cd6a77d50456130221b2eeb4e80e8492165447
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 28 10:08:45 2021 +0100
systemd gives env via file
---
debian/nexus.service | 2 +-
debian/sandbox.service | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/nexus.service b/debian/nexus.service
index b20aba9..9c389a8 100644
--- a/debian/nexus.service
+++ b/debian/nexus.service
@@ -4,4 +4,4 @@ Description=LibEuFin Nexus service.
[Service]
ExecStart=/usr/bin/libeufin-nexus serve
Restart=on-failure
-Environment="LIBEUFIN_NEXUS_DB_CONNECTION=jdbc:sqlite:/tmp/libeufinnexusdb"
+EnvironmentFile=%h/.config/libeufinnexusenv
diff --git a/debian/sandbox.service b/debian/sandbox.service
index f08a5e4..24d080c 100644
--- a/debian/sandbox.service
+++ b/debian/sandbox.service
@@ -4,4 +4,4 @@ Description=LibEuFin Sandbox service.
[Service]
ExecStart=/usr/bin/libeufin-sandbox serve
Restart=on-failure
-Environment="LIBEUFIN_SANDBOX_DB_CONNECTION=jdbc:sqlite:/tmp/libeufinsandboxdb"
+EnvironmentFile=%h/.config/libeufinsandboxenv
--
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: systemd gives env via file,
gnunet <=