logrotate.timer is:
``` $ sudo systemctl cat logrotate.timer # /lib/systemd/system/logrotate.timer [Unit] Description=Daily rotation of log files Documentation=man:logrotate(8) man:logrotate.conf(5)
[Timer] OnCalendar=daily AccuracySec=1h Persistent=true
[Install] WantedBy=timers.target ```
This should be amended via systemd override.
logrotate.timer is:
``` system/ logrotate. timer man:logrotate( 8) man:logrotate. conf(5)
$ sudo systemctl cat logrotate.timer
# /lib/systemd/
[Unit]
Description=Daily rotation of log files
Documentation=
[Timer]
OnCalendar=daily
AccuracySec=1h
Persistent=true
[Install] timers. target
WantedBy=
```
This should be amended via systemd override.