mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] move hook to set Unix thread name into searx.unixthreadname
requires setproctitle (but optional)
This commit is contained in:
parent
0e23113f70
commit
70bbd14b1a
3 changed files with 21 additions and 15 deletions
|
|
@ -5,6 +5,7 @@
|
|||
from os.path import dirname, abspath
|
||||
import logging
|
||||
|
||||
import searx.unixthreadname
|
||||
import searx.settings_loader
|
||||
from searx.settings_defaults import settings_set_defaults
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue