mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-19 11:29:04 +02:00
The files are initially created by nginx as 0644/http:root, but when logrotate rotates the files it creates the new files as 0640/http:log, which promtail can't read. Fix the issue by adding the log group as a supplementary group.
3 lines
34 B
Plaintext
3 lines
34 B
Plaintext
[Service]
|
|
SupplementaryGroups=log
|