Skip to content

Instantly share code, notes, and snippets.

@mlangenberg
Created November 24, 2010 09:11
Show Gist options
  • Select an option

  • Save mlangenberg/713368 to your computer and use it in GitHub Desktop.

Select an option

Save mlangenberg/713368 to your computer and use it in GitHub Desktop.
/etc/service/foo/run
#!/bin/sh
while [ true ]
do
sleep 1
echo "Hello"
done
@mlangenberg
Copy link
Author

lindsey:/etc/service/jeffrey# sv start foo
timeout: down: jeffrey: 1s, normally up, want up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment