Skip to content

Instantly share code, notes, and snippets.

@adalenv
Last active April 6, 2018 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adalenv/fa3bcf44526a5e992538a4e4cf45ea31 to your computer and use it in GitHub Desktop.
Save adalenv/fa3bcf44526a5e992538a4e4cf45ea31 to your computer and use it in GitHub Desktop.
Reboot All Containers (OpenVZ)
for VE in $(vzlist -Ha -o veid); do vzctl restart $VE; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment