uwsgi catch exceptions

This commit is contained in:
Dominik Heidler 2015-12-10 23:57:18 +01:00
parent a7cfa33d3d
commit 30d5a6f302
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Description=FF-MAP Web UI
After=syslog.target
[Service]
ExecStart=/usr/bin/uwsgi_python3 -s 127.0.0.1:3031 -w ffmap.web.application:app --master --processes 4 --enable-threads --uid www-data --gid www-data
ExecStart=/usr/bin/uwsgi_python3 -s 127.0.0.1:3031 -w ffmap.web.application:app --master --processes 4 --enable-threads --uid www-data --gid www-data --catch-exceptions
Restart=always
KillSignal=SIGQUIT
Type=notify