Created
April 11, 2011 15:40
-
-
Save bengourley/913720 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set daemon 300 with start delay 60 | |
check host BenGourley-dev with address 127.0.0.1 | |
start "/sbin/start site.BenGourley-dev" | |
stop "/sbin/stop site.BenGourley-dev" | |
if failed port 3000 protocol HTTP | |
request / | |
with timeout 5 seconds | |
then restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment