fake-s3 icon indicating copy to clipboard operation
fake-s3 copied to clipboard

[Feature] Daemonize flag

Open pickhardt opened this issue 8 years ago • 1 comments

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.

pickhardt avatar Jan 09 '17 05:01 pickhardt

See PR https://github.com/jubos/fake-s3/pull/115

pickhardt avatar Jan 10 '17 06:01 pickhardt