calibredaemon.py script

Standalone daemon providing AMQP communication with Calibre module.

This script can be used as aplication, not just as module:

./calibredaemon.py start/stop/restart [--foreground]

If --foreground parameter is used, script will not run as daemon, but as normal script at foreground. Without that, only one (true unix) daemon instance will be running at the time.

edeposit.amqp.calibredaemon.main()[source]

Arguments parsing, etc..

Previous topic

alephdaemon.py script

Next topic

amqp_tool.py script

This Page