#!/bin/sh -

if [ -x /Library/StartupItems/PesterSleepFixer/PesterSleepFixer ]; then
	/Library/StartupItems/PesterSleepFixer/PesterSleepFixer stop
fi

exit 0