Skip to content

Instantly share code, notes, and snippets.

@wilkes
Created May 18, 2011 16:07
Show Gist options
  • Save wilkes/978887 to your computer and use it in GitHub Desktop.
Save wilkes/978887 to your computer and use it in GitHub Desktop.
floyd = {
'staging': {
'cron.d': ['*/10 * * * * deploy java "-Duser.timezone=US/Central" -server -Xmx1024M -cp /apps/floyd/floyd-standalone.jar clojure.main /apps/floyd/cisco_import.clj >> /apps/floyd/cisco_import.log 2>&1'],
'scripts': ['cisco_import.clj', 'run.clj'],
'nginx' : {
'server_name': 'stage.floyd.dev.notifymd.local',
'port': 8080
}
'supervisord' : {
'mx' = '1024M'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment