OBS-URL: https://build.opensuse.org/package/show/server:database/valkey?expand=0&rev=9
11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
/var/log/valkey/*.log {
|
|
weekly
|
|
rotate 10
|
|
copytruncate
|
|
delaycompress
|
|
compress
|
|
notifempty
|
|
missingok
|
|
su valkey valkey
|
|
}
|