mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 06:32:36 +01:00
rotate is predefined in the global config (/etc/logrotate.conf) and logrotate configs from the packages should respect it.
7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
/var/log/nextcloud/*.log {
|
|
daily
|
|
compress
|
|
copytruncate
|
|
su nextcloud www-data
|
|
}
|