Skip to content

Commit

Permalink
Rename pulp services
Browse files Browse the repository at this point in the history
  • Loading branch information
lubosmj committed Oct 1, 2019
1 parent 0ef369b commit 9c6b98d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES/4554.doc
@@ -0,0 +1 @@
Change the prefix of Pulp services from pulp-* to pulpcore-*
10 changes: 5 additions & 5 deletions docs/installation.rst
Expand Up @@ -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

0 comments on commit 9c6b98d

Please sign in to comment.