Comment 1 for bug 2028130

Revision history for this message
Tom Haddon (mthaddon) wrote :

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.