bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 23 May 2013 12:35:02 +0200
branchstable
changeset 8982 6bc1c1b4473a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[zmq] make publish address optional It should be possible to use the zmq communication bus in a read-only manner. Allow setting zmq-address-sub without zmq-address-pub. Closes #2897178.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])