forked from pool/logrotate
- BuildRequire systemd 197 or later. - Migrate from cron to systemd timer units, this is overall the most important package to migrate since it is one of the very few base components that hard-require cron. OBS-URL: https://build.opensuse.org/request/show/228893 OBS-URL: https://build.opensuse.org/package/show/Base:System/logrotate?expand=0&rev=35
11 lines
191 B
SYSTEMD
11 lines
191 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 |