Skip to content
Snippets Groups Projects
Commit 70e7bffc authored by Robin Sonnabend's avatar Robin Sonnabend Committed by Hinrikus Wolf
Browse files

Fix protokollsystem unit signals

parent e86c9561
No related branches found
No related tags found
1 merge request!3Unify uwsgi python
......@@ -8,10 +8,12 @@ Wants=protokollsystem-celery.service
Environment=LDAPTLS_CACERT={{ protokolle_ldap_cert }}
{% endif %}
ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/apps-available/{{ protokolle_name }}.ini
ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill -INT $MAINPID
Restart=always
KillSignal=SIGTERM
Type=notify
NotifyAccess=all
KillSignal=SIGQUIT
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment