fixes init files

This commit is contained in:
Jérôme Schneider 2014-05-22 17:56:27 +02:00
parent ca31e17a97
commit 17982e7abb
1 changed files with 1 additions and 1 deletions

View File

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