From c68d76b86f166e169b88c58bf68f78e46fff1c7e Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 26 Feb 2018 18:42:34 +0530 Subject: [PATCH] searx: Explicitly enable uwsgi service Signed-off-by: Sunil Mohan Adapa --- actions/searx | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/searx b/actions/searx index c8d3c8946..41681cba2 100755 --- a/actions/searx +++ b/actions/searx @@ -139,6 +139,7 @@ def subcommand_enable(_): os.symlink('/etc/uwsgi/apps-available/searx.ini', '/etc/uwsgi/apps-enabled/searx.ini') + action_utils.service_enable('uwsgi') action_utils.service_restart('uwsgi') action_utils.webserver_enable('searx-freedombox')