-
Feature Request
-
Resolution: Obsolete
-
Normal
-
None
-
2.4, 2.5, 2.6
-
False
-
-
False
Some of our customers have strict requirements on the create command in logrotate.conf.
Such as:
create 0640 root utmp
Request that the files created under /etc/logrotate.d/ for AAP have a create command in them that contains the specific user:group AAP requires to function instead of relying on system default, such as "create 0640 awx awx". This allows the customer to meet compliance and keeps AAP working. This can be done manually, but running the installer would probably revert the settings.
Example:
{
compress
delaycompress
missingok
ifempty
create 0644 awx awx
daily
rotate 14
}