logrotate/logrotate.timer

13 lines
234 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Daily rotation of log files
Documentation=man:logrotate(8) man:logrotate.conf(5)
[Timer]
OnCalendar=daily
AccuracySec=12h
# not supported by our systemd (210) yet
#Persistent=true
[Install]
WantedBy=timers.target