From 8fc707a0ea2c008c3e699e9bfbc05fc348419a06 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 21 Sep 2013 00:03:31 +0200 Subject: [PATCH] debian: fix call to the wrong wsgi application in init script --- debian/wcsinstd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/wcsinstd.init b/debian/wcsinstd.init index 45e221f..7b87a74 100644 --- a/debian/wcsinstd.init +++ b/debian/wcsinstd.init @@ -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