[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-challenger] branch master updated: debian: paths
From: |
gnunet |
Subject: |
[taler-challenger] branch master updated: debian: paths |
Date: |
Fri, 23 Aug 2024 16:32:41 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository challenger.
The following commit(s) were added to refs/heads/master by this push:
new 9a761b9 debian: paths
9a761b9 is described below
commit 9a761b9a7cbed45c10d20bdc33f5e5d5ffdf4274
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Aug 23 16:32:37 2024 +0200
debian: paths
---
debian/challenger-httpd.tmpfiles | 5 +++--
src/challenger/challenger.conf | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/challenger-httpd.tmpfiles b/debian/challenger-httpd.tmpfiles
index 955080a..6be3a85 100644
--- a/debian/challenger-httpd.tmpfiles
+++ b/debian/challenger-httpd.tmpfiles
@@ -1,2 +1,3 @@
-#Type Path Mode UID GID Age Argument
-d /run/challenger 0755 root root - -
+#Type Path Mode UID GID Age Argument
+d /run/challenger 0755 root root - -
+d /run/challenger/httpd 0750 challenger-httpd www-data - -
diff --git a/src/challenger/challenger.conf b/src/challenger/challenger.conf
index 0c301b2..d80c1c9 100644
--- a/src/challenger/challenger.conf
+++ b/src/challenger/challenger.conf
@@ -17,7 +17,7 @@ PORT = 9967
# BIND_TO =
# Which unix domain path should we bind to? Only used if "SERVE" is 'unix'.
-UNIXPATH = ${CHALLENGER_RUNTIME_DIR}/challenger.http
+UNIXPATH = ${CHALLENGER_RUNTIME_DIR}/httpd/challenger.http
# What should be the file access permissions (see chmod) for "UNIXPATH"?
UNIXPATH_MODE = 660
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-challenger] branch master updated: debian: paths,
gnunet <=