mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
11 lines
237 B
Text
11 lines
237 B
Text
/var/log/yunohost/*.log {
|
|
weekly
|
|
rotate 4
|
|
delaycompress
|
|
compress
|
|
notifempty
|
|
missingok
|
|
postrotate
|
|
invoke-rc.d yunohost-api rotate >/dev/null 2>&1
|
|
endscript
|
|
}
|