[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: tolerate exit status 143
From: |
gnunet |
Subject: |
[libeufin] branch master updated: tolerate exit status 143 |
Date: |
Thu, 28 Jan 2021 23:05:41 +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 12577b5 tolerate exit status 143
12577b5 is described below
commit 12577b58c1ffd43ba43ca5b0a41c4b7c6131b47d
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 28 23:05:30 2021 +0100
tolerate exit status 143
---
debian/nexus.service | 1 +
debian/sandbox.service | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/nexus.service b/debian/nexus.service
index f6cf902..46d9942 100644
--- a/debian/nexus.service
+++ b/debian/nexus.service
@@ -6,6 +6,7 @@ User=libeufin
ExecStart=/usr/bin/libeufin-nexus serve --port=${LIBEUFIN_NEXUS_PORT}
Restart=on-failure
EnvironmentFile=/etc/libeufin/libeufinenv.conf
+SuccessExitStatus=143
[Install]
WantedBy=multi-user.target
diff --git a/debian/sandbox.service b/debian/sandbox.service
index 7373079..ce4a04c 100644
--- a/debian/sandbox.service
+++ b/debian/sandbox.service
@@ -6,6 +6,7 @@ EnvironmentFile=/etc/libeufin/libeufinenv.conf
User=libeufin
ExecStart=/usr/bin/libeufin-sandbox serve --port=${LIBEUFIN_SANDBOX_PORT}
Restart=on-failure
+SuccessExitStatus=143
[Install]
WantedBy=multi-user.target
--
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: tolerate exit status 143,
gnunet <=