bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 12 Nov 2009 13:46:47 +0100
branchstable
changeset 3828 335e40fdb5a5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
when instance is started normally (eg not in debug mode), check versions before daemonization

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