mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
rotate is predefined in the global config (/etc/logrotate.conf) and logrotate configs from the packages should respect it.
6 lines
83 B
Text
6 lines
83 B
Text
/var/log/nextcloud/*.log {
|
|
daily
|
|
compress
|
|
copytruncate
|
|
su nextcloud www-data
|
|
}
|