bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 13 Sep 2011 17:50:03 +0200
branchstable
changeset 7788 cc8670be7b2e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[debian] fix init script dependencies (closes #1921729) Facility names starting with $ are reserved system facilities. Other scripts can be referred to using the facility name listed in Provides directly.

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