debian: fix call to the wrong wsgi application in init script

This commit is contained in:
Benjamin Dauvergne 2013-09-21 00:03:31 +02:00
parent b7844f3251
commit 8fc707a0ea
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ DAEMON_ARGS="--pid $PIDFILE \
--workers=1 \
--worker-class=sync \
--timeout=60 \
authentic2.wsgi:application"
wcsinst.wsgi:application"
# Exit if the package is not installed
[ -x $DAEMON ] || exit 0