Skip to content
Snippets Groups Projects
Commit 915d9481 authored by Lars Beckers's avatar Lars Beckers
Browse files

uwsgi-python: remove obsolete line from service file

parent 67a49e42
No related branches found
No related tags found
1 merge request!14Bullseye Compatibility
......@@ -8,7 +8,9 @@ ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill -INT $MAINPID
Restart=always
Type=notify
{% if ansible_distribution_major_version|int(default=99) < 11 %}
StandardError=syslog
{% endif %}
NotifyAccess=all
KillSignal=SIGQUIT
SuccessExitStatus=15 17 29 30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment