File Manager V1.5

[SYSTEM@ROOT]: /etc/logrotate.d/
INJECT_FILE:
NEW_ENTRY:

FILE_CONTENT: apt

/var/log/apt/term.log {
  rotate 12
  monthly
  compress
  missingok
  notifempty
}

/var/log/apt/history.log {
  rotate 12
  monthly
  compress
  missingok
  notifempty
}

[ KEMBALI ]