chmod socket

This commit is contained in:
jopejoe1 2024-07-16 21:03:22 +02:00
parent 70aa92d173
commit 8eb0436b93

View file

@ -84,6 +84,7 @@
runInUwsgi = true;
uwsgiConfig = {
socket = "/run/searx/searx.sock";
chmod-socket = "660";
};
};