redis/redis.logrotate
Tomáš Chvátal 65e863b0a9 Accepting request 180755 from home:vjt:ifad
Make the logrotate script setuid/setgid to the redis user/group, to silence logrotate warnings in the logs.

OBS-URL: https://build.opensuse.org/request/show/180755
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=39
2013-07-01 08:22:41 +00:00

11 lines
170 B
Plaintext

/var/log/redis/*.log {
weekly
rotate 10
copytruncate
delaycompress
compress
notifempty
missingok
su redis redis
}