fake-s3
fake-s3 copied to clipboard
[Feature] Daemonize flag
It would be nice to have a quick way to run Fake S3 as a daemon process.
For now, you can use the instructions at http://stackoverflow.com/questions/525247/how-do-i-daemonize-an-arbitrary-script-in-unix to daemonize Fake S3 (or any process, really). It works by running in the background and outputting to standard error.
See PR https://github.com/jubos/fake-s3/pull/115