ports/deskutils/py-paperless-ngx/files/patch-gunicorn.conf.py
Michael Gmelin 61fe359cf6 deskutils/py-paperless-ngx: New port
Paperless-ngx is a document management system that transforms
your physical documents into a searchable online archive so you
can keep, well, less paper.

Paperless-ngx is the official successor to the original Paperless
and Paperless-ng projects.
2024-02-22 19:33:06 +01:00

11 lines
281 B
Python

--- gunicorn.conf.py.orig 2024-02-18 20:13:15 UTC
+++ gunicorn.conf.py
@@ -11,7 +11,7 @@ timeout = 120
preload_app = True
# https://docs.gunicorn.org/en/stable/faq.html#blocking-os-fchmod
-worker_tmp_dir = "/dev/shm"
+worker_tmp_dir = "/tmp"
def pre_fork(server, worker):