Files
NodeMgmt/tmp-logrotate
2023-12-17 09:46:25 -06:00

26 lines
306 B
Plaintext

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