2014-04-03 15:12:24 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Daily rotation of log files
|
|
|
|
Documentation=man:logrotate(8) man:logrotate.conf(5)
|
|
|
|
|
|
|
|
[Timer]
|
|
|
|
OnCalendar=daily
|
|
|
|
AccuracySec=12h
|
2014-07-02 09:30:13 +00:00
|
|
|
# not supported by our systemd (210) yet
|
|
|
|
#Persistent=true
|
2014-04-03 15:12:24 +00:00
|
|
|
|
|
|
|
[Install]
|
2014-07-02 09:30:13 +00:00
|
|
|
WantedBy=timers.target
|