alephdaemon.py script

Standalone daemon providing AMQP communication with Aleph module.

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

./alephdaemon.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.alephdaemon.main()[source]

Arguments parsing, etc..

Previous topic

Settings

Next topic

calibredaemon.py script

This Page