Skip to content. Skip to navigation

Myriadicity Dot

Views

Edit history

Edit: -1 of 1
Time: 2008-09-22 11:28:44
Note: /myriadicity.net/Sundry/ShutdownclusterSh/PUT

changed:
-
#!/bin/sh
#
# ZEO cluster shutdown script
#
clusterhome=${0%/*}/..

echo 'Stopping ZEO client1...'
${clusterhome}/bin/client1 stop
echo 'Stopping ZEO client2...'
${clusterhome}/bin/client2 stop

echo 'Stopping ZEO server...'
${clusterhome}/bin/zeo stop



Sections
Personal tools
Powered by Plone, the Open Source Content Management System