Created
October 29, 2015 16:57
-
-
Save llimllib/bf20a55463b1d470aa99 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
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