mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 16:25:14 +00:00
10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
|
/var/log/resque/*.log {
|
||
|
daily
|
||
|
missingok
|
||
|
rotate 7
|
||
|
compress
|
||
|
compressoptions -4
|
||
|
notifempty
|
||
|
create 640 root adm
|
||
|
copytruncate
|
||
|
}
|