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