diff --git a/roles/pulp_workers/templates/pulpcore-worker@.service.j2 b/roles/pulp_workers/templates/pulpcore-worker@.service.j2 index 887d593ea..5902d6350 100644 --- a/roles/pulp_workers/templates/pulpcore-worker@.service.j2 +++ b/roles/pulp_workers/templates/pulpcore-worker@.service.j2 @@ -23,6 +23,9 @@ WorkingDirectory=/var/run/pulpcore-worker-%i/ RuntimeDirectory=pulpcore-worker-%i LimitNOFILE=524288 +# Labels pulpcore-worker messages in syslog appropriately +SyslogIdentifier=pulpcore-worker-%i + {% if __pulpcore_version is version('3.14', '>=') -%} ExecStart={{ __pulp_daemons_dir }}/pulpcore-worker {%- else -%}