From 696254fd2589e827c94754d23718ff2cc23e1807 Mon Sep 17 00:00:00 2001 From: MR Date: May 22 2019 16:21:53 +0000 Subject: [PATCH 1/2] Update doc/install.rst Enable and start Workers --- diff --git a/doc/install.rst b/doc/install.rst index 34a06b2..1b30330 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -268,7 +268,15 @@ pagure. .. note:: When install from source the script is called ``createdb.py`` and not ``pagure_createdb.py``. + +If you installed by RPM, then enable and start the worker services +:: + systemctl enable pagure_ev.service + systemctl start pagure_ev.service + systemctl enable pagure_worker.service + systemctl start pagure_worker.service + Set up virus scanning --------------------- From 176bf94620d253f67acfb467481bf3991858fd28 Mon Sep 17 00:00:00 2001 From: MR Date: May 30 2019 21:29:03 +0000 Subject: [PATCH 2/2] Update doc/install.rst Simplify enabling worker services --- diff --git a/doc/install.rst b/doc/install.rst index 1b30330..afa1841 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -272,10 +272,7 @@ pagure. If you installed by RPM, then enable and start the worker services :: - systemctl enable pagure_ev.service - systemctl start pagure_ev.service - systemctl enable pagure_worker.service - systemctl start pagure_worker.service + systemctl enable --now pagure_worker.service pagure_gitolite_worker.service Set up virus scanning