91d1979214
- Enable Persistent timer since we are now in systemd 219. OBS-URL: https://build.opensuse.org/request/show/308064 OBS-URL: https://build.opensuse.org/package/show/Base:System/logrotate?expand=0&rev=43
12 lines
192 B
SYSTEMD
12 lines
192 B
SYSTEMD
[Unit]
|
|
Description=Daily rotation of log files
|
|
Documentation=man:logrotate(8) man:logrotate.conf(5)
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
AccuracySec=12h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|