mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-25 09:13:06 -05:00
wmtp and btmp are reliably created by systemd at boot with the proper permissions which also means missingok can be dropped.
9 lines
191 B
Text
9 lines
191 B
Text
/var/log/nginx/access.log /var/log/nginx/error.log {
|
|
missingok
|
|
sharedscripts
|
|
nodelaycompress
|
|
maxsize 2G
|
|
postrotate
|
|
syslog-ng-ctl reopen >/dev/null
|
|
endscript
|
|
}
|