1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-20 08:44:05 +02:00
Files
guix/gnu/services
Sören Tempel 258cabed32 services: gunicorn: Allow configuration of socket user/group/mode
Without this change, the mode is not at all configurable meaning
that—depending on the umask(1)—it may allow access to others.  Further,
in many scenarios the owner/group of the Unix domain socket should
differ from the owner/group of the gunicorn process.  For example,
we might want to grant the nginx group access to the socket but not
use that as the GID for the gunicorn process.

* gnu/services/web.scm (<gunicorn-app>): Add socket-user, socket-group
and socket-mode.
* gnu/services/web.scm (gunicorn-activation): Respect
gunicorn-app-socket-user, gunicorn-socket-app-group, and
gunicorn-app-socket-mode.
* doc/guix.texi (Guix Services): Document new record fields.

Change-Id: I1fe5b77deb791c38c1642753a52098d304124049
2026-05-17 17:59:35 +02:00
..
2025-12-03 14:38:09 +09:00
2026-03-19 07:37:06 +01:00
2026-04-23 09:46:11 +02:00
2025-12-03 14:38:09 +09:00
2026-05-06 19:41:09 +05:30
2026-01-06 22:00:50 +09:00
2026-03-07 22:28:01 +01:00
2026-03-09 23:17:24 +01:00
2026-03-29 08:59:52 -07:00
2026-01-27 11:46:03 +01:00