[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: launch systemd services as 'libeufin'
From: |
gnunet |
Subject: |
[libeufin] branch master updated: launch systemd services as 'libeufin' user |
Date: |
Thu, 28 Jan 2021 21:03:13 +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 22d44b0 launch systemd services as 'libeufin' user
22d44b0 is described below
commit 22d44b012821993e0bb10eaddc8fc4bb539bbe88
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 28 21:03:09 2021 +0100
launch systemd services as 'libeufin' user
---
debian/nexus.service | 2 ++
debian/sandbox.service | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/nexus.service b/debian/nexus.service
index dde9be2..de82570 100644
--- a/debian/nexus.service
+++ b/debian/nexus.service
@@ -2,6 +2,8 @@
Description=LibEuFin Nexus service.
[Service]
+User=libeufin
+Group=libeufin
ExecStart=/usr/bin/libeufin-nexus serve --port=$LIBEUFIN_NEXUS_PORT
Restart=on-failure
EnvironmentFile=/etc/libeufin/libeufinenv.conf
diff --git a/debian/sandbox.service b/debian/sandbox.service
index 9717707..5b49960 100644
--- a/debian/sandbox.service
+++ b/debian/sandbox.service
@@ -2,6 +2,8 @@
Description=LibEuFin Sandbox service.
[Service]
+User=libeufin
+Group=libeufin
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: launch systemd services as 'libeufin' user,
gnunet <=