Files
NodeMgmt/tmp-logrotate
2023-07-04 16:32:05 -05:00

24 lines
279 B
Plaintext

su root syslog
/var/log/btmp {
missingok
daily
create 0660 root utmp
rotate 1
maxsize 100k
}
/var/log/wtmp {
size 10M
create 0664 root utmp
rotate 3
compress
daily
}
/opt/idssys/nodemgmt/logs/logfile {
size 1M
create 0664 root root
rotate 3
monthly
}