Skip to content

Instantly share code, notes, and snippets.

@clayg
Last active May 31, 2016 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clayg/9f837a37bb3943aa7c368b578e9d5151 to your computer and use it in GitHub Desktop.
Save clayg/9f837a37bb3943aa7c368b578e9d5151 to your computer and use it in GitHub Desktop.
+DEFAULT_CMD = 'swift-{server} {conf_file}'
+DAEMON_OPT = ''
+VERBOSE_OPT = '-v'
+ONCE_OPT = '--once'
+
[app:object-server]
use = egg:swift#object
command = hummingbird object -c {conf_file}
daemon_opts = -d
verbose_opts =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment