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
Branches
No related tags found
1 merge request!14Bullseye Compatibility
...@@ -8,7 +8,9 @@ ExecReload=/bin/kill -HUP $MAINPID ...@@ -8,7 +8,9 @@ ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill -INT $MAINPID ExecStop=/bin/kill -INT $MAINPID
Restart=always Restart=always
Type=notify Type=notify
{% if ansible_distribution_major_version|int(default=99) < 11 %}
StandardError=syslog StandardError=syslog
{% endif %}
NotifyAccess=all NotifyAccess=all
KillSignal=SIGQUIT KillSignal=SIGQUIT
SuccessExitStatus=15 17 29 30 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