mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
# /etc/logrotate.d/conduit
|
|
|
|
/var/log/conduit.log {
|
|
create conduit conduit
|
|
maxsize 10M
|
|
notifempty
|
|
missingok
|
|
copytruncate
|
|
}
|