diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-01-13 18:39:46 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-01-13 18:39:46 +0100 |
| commit | c2b27d91204305aaef16ed2feba6db12e5eb0b11 (patch) | |
| tree | 1756d4e4ca4714113d8d924c458c31525fdef135 /docs | |
| parent | b5449ec47cff805a05329a3e5f925cd661457530 (diff) | |
| parent | fe64274fb0405c47b3ba9039ab4e5b1440370a4d (diff) | |
Merge branch 'filtron' of https://github.com/return42/searx into filtron
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin/filtron.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/admin/filtron.rst b/docs/admin/filtron.rst index 009ca1c29..e8a2bfb15 100644 --- a/docs/admin/filtron.rst +++ b/docs/admin/filtron.rst @@ -17,6 +17,13 @@ filtron & go .. _Go: https://golang.org/ .. _filtron README: https://github.com/asciimoo/filtron/blob/master/README.md + +.. sidebar:: init system + + ATM the ``filtron.sh`` supports only systemd init process used by debian, + ubuntu and many other dists. If you have a working init.d file to start/stop + filtron service, please contribute. + Filtron needs Go_ installed. If Go_ is preinstalled, filtron_ is simply installed by ``go get`` package management (see `filtron README`_). If you use filtron as middleware, a more isolated setup is recommended. |