gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated (784ac84 -> b9bb838)


From: gnunet
Subject: [libeufin] branch master updated (784ac84 -> b9bb838)
Date: Thu, 28 Jan 2021 21:52:54 +0100

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

ms pushed a change to branch master
in repository libeufin.

    from 784ac84  fix copy-and-paste error
     new 12c2972  not to be versioned
     new b9bb838  check if user exists before creating it

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/libeufin.postinst                           | 2 +-
 debian/libeufin/etc/systemd/system/nexus.service   | 7 -------
 debian/libeufin/etc/systemd/system/sandbox.service | 7 -------
 3 files changed, 1 insertion(+), 15 deletions(-)
 delete mode 100644 debian/libeufin/etc/systemd/system/nexus.service
 delete mode 100644 debian/libeufin/etc/systemd/system/sandbox.service

diff --git a/debian/libeufin.postinst b/debian/libeufin.postinst
index b4274ac..282ce83 100644
--- a/debian/libeufin.postinst
+++ b/debian/libeufin.postinst
@@ -4,7 +4,7 @@ set -e
 
 case "${1}" in
   configure)
-    useradd --no-create-home --system libeufin
+    if ! id libeufin &> /dev/null; then useradd --no-create-home --system 
libeufin; fi
     ;;
 
   abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/debian/libeufin/etc/systemd/system/nexus.service 
b/debian/libeufin/etc/systemd/system/nexus.service
deleted file mode 100644
index dde9be2..0000000
--- a/debian/libeufin/etc/systemd/system/nexus.service
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=LibEuFin Nexus service.
-
-[Service]
-ExecStart=/usr/bin/libeufin-nexus serve --port=$LIBEUFIN_NEXUS_PORT
-Restart=on-failure
-EnvironmentFile=/etc/libeufin/libeufinenv.conf
diff --git a/debian/libeufin/etc/systemd/system/sandbox.service 
b/debian/libeufin/etc/systemd/system/sandbox.service
deleted file mode 100644
index 9717707..0000000
--- a/debian/libeufin/etc/systemd/system/sandbox.service
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=LibEuFin Sandbox service.
-
-[Service]
-ExecStart=/usr/bin/libeufin-sandbox serve --port=$LIBEUFIN_SANDBOX_PORT
-Restart=on-failure
-EnvironmentFile=%h/.config/libeufinsandboxenv

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