[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: make .service files bootable
From: |
gnunet |
Subject: |
[libeufin] branch master updated: make .service files bootable |
Date: |
Thu, 28 Jan 2021 21:22:06 +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 bf2d536 make .service files bootable
bf2d536 is described below
commit bf2d536f051ed50a229f83183382d6612674206a
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 28 21:21:48 2021 +0100
make .service files bootable
---
debian/{ => libeufin/etc/systemd/system}/nexus.service | 2 --
debian/{ => libeufin/etc/systemd/system}/sandbox.service | 2 --
debian/nexus.service | 3 +++
debian/sandbox.service | 3 +++
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/nexus.service
b/debian/libeufin/etc/systemd/system/nexus.service
similarity index 86%
copy from debian/nexus.service
copy to debian/libeufin/etc/systemd/system/nexus.service
index de82570..dde9be2 100644
--- a/debian/nexus.service
+++ b/debian/libeufin/etc/systemd/system/nexus.service
@@ -2,8 +2,6 @@
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/libeufin/etc/systemd/system/sandbox.service
similarity index 86%
copy from debian/sandbox.service
copy to debian/libeufin/etc/systemd/system/sandbox.service
index 5b49960..9717707 100644
--- a/debian/sandbox.service
+++ b/debian/libeufin/etc/systemd/system/sandbox.service
@@ -2,8 +2,6 @@
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
diff --git a/debian/nexus.service b/debian/nexus.service
index de82570..efbd5bc 100644
--- a/debian/nexus.service
+++ b/debian/nexus.service
@@ -7,3 +7,6 @@ Group=libeufin
ExecStart=/usr/bin/libeufin-nexus serve --port=$LIBEUFIN_NEXUS_PORT
Restart=on-failure
EnvironmentFile=/etc/libeufin/libeufinenv.conf
+
+[Install]
+WantedBy=multi-user.target
diff --git a/debian/sandbox.service b/debian/sandbox.service
index 5b49960..9ebb91d 100644
--- a/debian/sandbox.service
+++ b/debian/sandbox.service
@@ -7,3 +7,6 @@ Group=libeufin
ExecStart=/usr/bin/libeufin-sandbox serve --port=$LIBEUFIN_SANDBOX_PORT
Restart=on-failure
EnvironmentFile=%h/.config/libeufinsandboxenv
+
+[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: make .service files bootable,
gnunet <=