Skip to content. Skip to navigation

Myriadicity Dot

Views

#!/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




subject:
  ( 7 subscribers )


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