mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02: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
|
|
}
|