searxng/searx/services/config.yml
Markus Heiser 6563396433 [mod] add a process manager infrastructure (based on hapless)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-26 16:46:15 +02:00

13 lines
247 B
YAML

# YAML file to configure SearXNG services
services:
# service named 'test001'
test001:
cmd:
- python
- $SEARXNG_ROOT/searx/services/dummy.py
# service named 'test002'
test002:
cmd: [python, -m, searx.services.dummy]