mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
10 lines
112 B
Text
10 lines
112 B
Text
|
/var/log/zm/*log {
|
||
|
weekly
|
||
|
rotate 4
|
||
|
notifempty
|
||
|
missingok
|
||
|
postrotate
|
||
|
/usr/bin/zmpkg.pl logrot
|
||
|
endscript
|
||
|
}
|