sebdah / dynamic-dynamodb

Dynamic DynamoDB provides auto scaling for AWS DynamoDB
http://dynamic-dynamodb.readthedocs.org/
Apache License 2.0
617 stars 124 forks source link

Daemonizing? #297

Closed ninjada closed 8 years ago

ninjada commented 8 years ago

First, thanks for this tool! Only just came across it, but after a bunch of --dry-run's, its perfect for my multi-table scaling needs!

Just quickly trying to daemonize, without much luck. I've tried the pip install & the git/make-install methods but both don't seem to provide an init script. I've tried grabbing the one from the cloud-formation template and setting it up, but it just generates errors 'command not found' for every line as it loads my /etc/dynamic-dynamodb/dynamic-dynamodb.conf file.

Is there a quick way to daemonize, I'm missing?

ninjada commented 8 years ago

theres a daemon flag, cool my bad.