9 lines
127 B
Text
9 lines
127 B
Text
# /etc/logrotate.d/conduit
|
|
|
|
/var/log/conduit.log {
|
|
create conduit conduit
|
|
maxsize 10M
|
|
notifempty
|
|
missingok
|
|
copytruncate
|
|
}
|