diff --git a/plugins/manticoresearch/index.py b/plugins/manticoresearch/index.py index a1a4e15d8..6d77c9c6f 100755 --- a/plugins/manticoresearch/index.py +++ b/plugins/manticoresearch/index.py @@ -183,7 +183,7 @@ def sphOp(method): file = initDreplace() if not mw.isAppleSystem(): - data = mw.execShell('systemctl ' + method + ' sphinx') + data = mw.execShell('systemctl ' + method + ' manticore') if data[1] == '': return 'ok' return 'fail'