Skip to content

Instantly share code, notes, and snippets.

@llimllib
Created October 29, 2015 16:57
Show Gist options
  • Save llimllib/bf20a55463b1d470aa99 to your computer and use it in GitHub Desktop.
Save llimllib/bf20a55463b1d470aa99 to your computer and use it in GitHub Desktop.
description "start limbo bot"
start on net-device-up
respawn
respawn limit 3 30
env SLACK_TOKEN=<slack_token>
env LIMBO_LOGLEVEL=INFO
env GITHUB_USER=<github_user>
env GITHUB_PASS=<github_passord>
env WEATHER_API_KEY=<weather API key>
exec /srv/limbo/bin/limbo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment