Actions
Issue #7035
closedAPI and Content systemd generated file have the wrong group
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 76
Quarter:
Description
Both pulpcore-api
and pulpcore-content
do not specify Group=
in the unit files. This results in the generated files/folders to default to group guid 100 (on CentOS) that is the users
group.
Actions
systemd: Ensure services are started with Group pulp_group
Currently the
pulpcore-api
andpulpcore-content
have no group specified on their unit files. Leading them to create their file and folders to a defaulted group (guid: 100).This commit ensures files and folders are created as {{ pulp_user }}:{{ pulp_group }}
fixes #7035