logrotate.timer 192 B

1234567891011
  1. [Unit]
  2. Description=Daily rotation of log files
  3. Documentation=man:logrotate(8) man:logrotate.conf(5)
  4. [Timer]
  5. OnCalendar=daily
  6. AccuracySec=12h
  7. Persistent=true
  8. [Install]
  9. WantedBy=timers.target