Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
webservices
Commits
915d9481
Commit
915d9481
authored
May 04, 2021
by
Lars Beckers
Browse files
uwsgi-python: remove obsolete line from service file
parent
67a49e42
Changes
1
Hide whitespace changes
Inline
Side-by-side
uwsgi-python/templates/uwsgi@.service.j2
View file @
915d9481
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment