aports/community/nextcloud/nextcloud.logrotate
Jakub Jirutka 3018d94db5 community/nextcloud: remove "rotate" directive from logrotate config
rotate is predefined in the global config (/etc/logrotate.conf)
and logrotate configs from the packages should respect it.
2018-10-10 18:25:47 +02:00

7 lines
83 B
Plaintext

/var/log/nextcloud/*.log {
daily
compress
copytruncate
su nextcloud www-data
}