1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
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

6 lines
83 B
Text

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