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 ---------------------