Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Add Changelog stub for towncrier
Browse files Browse the repository at this point in the history
  • Loading branch information
lanky committed Oct 17, 2023
1 parent e46741e commit 159cdc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/1486.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added conditional blocks around the ExecStart parts in pulpcore-api and pulpcore-content systemd units to support the new entrypoints in releases >= 3.33i
2 changes: 1 addition & 1 deletion roles/pulp_api/templates/pulpcore-api.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LimitNOFILE=524288
# machines, such as qemu-emulated 2-core machines
{% if __pulpcore_version is version('3.33', '>=') -%}
ExecStart={{ __pulp_daemons_dir }}/pulpcore-api \
{%- else %}
{% else %}
ExecStart={{ __pulp_daemons_dir }}/gunicorn pulpcore.app.wsgi:application \
{%- endif %}
--name pulp-api \
Expand Down

0 comments on commit 159cdc6

Please sign in to comment.