]> git.pld-linux.org Git - packages/Zope.git/blob - Zope-runzope
- PLD-specific paths for Zope instance components
[packages/Zope.git] / Zope-runzope
1 #!/bin/sh
2
3 if [ -n "$1" ] ; then
4         instance="$1"
5         shift
6 else
7         instance="main"
8 fi
9
10 PYTHONPATH="/usr/lib/zope"; export PYTHONPATH
11 exec /usr/bin/python "/usr/lib/zope/Zope/Startup/run.py" \
12         -C "/etc/zope/$instance/zope.conf" "$@"
This page took 0.05403 seconds and 3 git commands to generate.