diff --git a/logrotate.changes b/logrotate.changes index 98b8ec4..6eedaf9 100644 --- a/logrotate.changes +++ b/logrotate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 26 12:01:30 UTC 2014 - vcizek@suse.com + +- temporarily remove the 'Persistent' option from logrotate.timer + * our current systemd doesn't support it yet (bnc#884338) + ------------------------------------------------------------------- Thu Apr 3 17:16:40 UTC 2014 - crrodriguez@opensuse.org diff --git a/logrotate.timer b/logrotate.timer index 12e860b..0d4da5a 100644 --- a/logrotate.timer +++ b/logrotate.timer @@ -5,7 +5,8 @@ Documentation=man:logrotate(8) man:logrotate.conf(5) [Timer] OnCalendar=daily AccuracySec=12h -Persistent=true +# not supported by our systemd (210) yet +#Persistent=true [Install] -WantedBy=timers.target \ No newline at end of file +WantedBy=timers.target