diff options
author | Alexandre Flament <alex@al-f.net> | 2021-01-05 11:24:39 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-01-12 11:47:17 +0100 |
commit | 3a9f513521d006a7939538cce368d7b799e32c30 (patch) | |
tree | 238da19ef56643af53b13ef24a330277ed53ae51 /setup.py | |
parent | 6e2872f43625aba71eba019e16f7fbd74743f590 (diff) | |
download | searxng-3a9f513521d006a7939538cce368d7b799e32c30.tar.gz searxng-3a9f513521d006a7939538cce368d7b799e32c30.zip |
[enh] checker: background check
See settings.yml for the options
SIGUSR1 signal starts the checker.
The result is available at /stats/checker
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -49,7 +49,8 @@ setup( }, entry_points={ 'console_scripts': [ - 'searx-run = searx.webapp:run' + 'searx-run = searx.webapp:run', + 'searx-checker = searx.search.checker.__main__:main' ] }, package_data={ |