9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
# logrotate configuration file for package argus
|
|
/var/lib/argus/argus.out {
|
|
daily
|
|
rotate 366
|
|
missingok
|
|
olddir /var/lib/argus/archive
|
|
compress
|
|
}
|