diff --git a/setup/management.sh b/setup/management.sh index cf075102..90f93eda 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -106,7 +106,7 @@ chmod 640 /var/lib/mailinabox/{api,session}.key source $venv/bin/activate export PYTHONPATH=$(pwd)/management -exec gunicorn -b localhost:10222 -w 1 wsgi:app +exec gunicorn -b localhost:10222 -w 2 wsgi:app EOF chmod +x $inst_dir/start cp --remove-destination conf/mailinabox.service /lib/systemd/system/mailinabox.service # target was previously a symlink so remove it first