flatcar-scripts/changelog/bugfixes/2023-06-28-sssd-var-log.md
Kai Lueke 53b5ad7473 sys-auth/sssd: Add missing /var/log/sssd tmpfiles entry
The folders are not created through "keepdir" which results in tmpfiles
rules but an explict tmpfiles file. This is error prone and we should
try to move to "keepdir" instead but for the backport, just add the
missing line.
2023-06-28 14:46:31 +02:00

2 lines
167 B
Markdown

- Ensured that the folder `/var/log/sssd` is created if it doesn't exist, required for `sssd.service` ([Flatcar#1096](https://github.com/flatcar/Flatcar/issues/1096))