Skip to content

Instantly share code, notes, and snippets.

@aweiteka
Created November 4, 2014 19:38
Show Gist options
  • Save aweiteka/de5425d659dd4701dbb7 to your computer and use it in GitHub Desktop.
Save aweiteka/de5425d659dd4701dbb7 to your computer and use it in GitHub Desktop.
Restart pulp services
#!/usr/bin/env bash
apachectl restart
systemctl restart pulp_workers
systemctl restart pulp_celerybeat
systemctl restart pulp_resource_manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment