-
-
Save jeremylenz/c87e3d1f95829337ad0d77051c8ffee7 to your computer and use it in GitHub Desktop.
Restart pulp 2 services including MongoDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
sudo service rh-mongodb34-mongod restart | |
sudo service pulp_workers restart | |
sudo service pulp_celerybeat restart | |
sudo service pulp_resource_manager restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment