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 22417c4 commit 11479d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES/4554.doc
@@ -0,0 +1 @@
Change the prefix of Pulp services from pulp-* to pulpcore-*
6 changes: 3 additions & 3 deletions docs/installation.rst
Expand Up @@ -51,6 +51,6 @@ Run Services
pulp-manager runserver
gunicorn pulpcore.content:server --bind 'localhost:24816' --worker-class 'aiohttp.GunicornWebWorker' -w 2
sudo systemctl restart pulp-resource-manager
sudo systemctl restart pulp-worker@1
sudo systemctl restart pulp-worker@2
sudo systemctl restart pulpcore-resource-manager
sudo systemctl restart pulpcore-worker@1
sudo systemctl restart pulpcore-worker@2

0 comments on commit 11479d7

Please sign in to comment.