diff --git a/CHANGES/4554.doc b/CHANGES/4554.doc new file mode 100644 index 000000000..7209b71b9 --- /dev/null +++ b/CHANGES/4554.doc @@ -0,0 +1 @@ +Change the prefix of Pulp services from pulp-* to pulpcore-* diff --git a/docs/installation.rst b/docs/installation.rst index a23e6efde..70c2d81a1 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -56,8 +56,8 @@ Run Services .. code-block:: bash - sudo systemctl restart pulp-content-app - sudo systemctl restart pulp-api - sudo systemctl restart pulp-resource-manager - sudo systemctl restart pulp-worker@1 - sudo systemctl restart pulp-worker@2 + sudo systemctl restart pulpcore-content-app + sudo systemctl restart pulpcore-api + sudo systemctl restart pulpcore-resource-manager + sudo systemctl restart pulpcore-worker@1 + sudo systemctl restart pulpcore-worker@2