Skip to content

Instantly share code, notes, and snippets.

@jordansissel
Created January 21, 2011 22:12
Show Gist options
  • Save jordansissel/790530 to your computer and use it in GitHub Desktop.
Save jordansissel/790530 to your computer and use it in GitHub Desktop.
Lamson non-daemonizing run script.
from lamson import server, routing, utils
import sys, os
import logging
settings = utils.import_settings(True, from_dir=os.getcwd(), boot_module="config.boot")
settings.receiver.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment