aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd/user/logrotate.timer
blob: ea379318948f736440bf649e17e924173683f405 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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