Skip to content. | Skip to navigation

Personal tools
Login
Sections

restartcluster.sh

Filed under: , , ,
my own variant of the cluster restart script, circa 2009. the main differences from the standard scripts is that these custom versions didn't have their locations hard coded, and they called each other, reducing code duplication and drift.

#!/bin/sh
#
# ZEO cluster restart script
#
echo 'Restarting ZEO cluster...'
${0%/*}/startcluster.sh restart

Document Actions
Add comment

You can add a comment by filling out the form below. Plain text formatting. Web and email addresses are transformed into clickable links. Comments are moderated.