logrotate/logrotate.timer
Tomáš Chvátal 06a1166f9a Accepting request 238782 from home:vitezslav_cizek:branches:Base:System
- temporarily remove the 'Persistent' option from logrotate.timer
  * our current systemd doesn't support it yet (bnc#884338)

OBS-URL: https://build.opensuse.org/request/show/238782
OBS-URL: https://build.opensuse.org/package/show/Base:System/logrotate?expand=0&rev=39
2014-07-02 09:30:13 +00:00

13 lines
234 B
SYSTEMD

[Unit]
Description=Daily rotation of log files
Documentation=man:logrotate(8) man:logrotate.conf(5)
[Timer]
OnCalendar=daily
AccuracySec=12h
# not supported by our systemd (210) yet
#Persistent=true
[Install]
WantedBy=timers.target