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
224 B
Desktop File
11 lines
224 B
Desktop File
[Unit]
|
|
Description=Rotate log files
|
|
Documentation=man:logrotate(8) man:logrotate.conf(5)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/logrotate /etc/logrotate.conf
|
|
Nice=19
|
|
IOSchedulingClass=best-effort
|
|
IOSchedulingPriority=7
|