Files
NodeMgmt/tmp-logrotate
2023-07-28 20:03:49 -05:00

24 lines
278 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
}