From 06a1166f9aa46d03c2282b1da492e34256108fb5dc191679ff4714af7ea5a31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 2 Jul 2014 09:30:13 +0000 Subject: [PATCH] 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 --- logrotate.changes | 6 ++++++ logrotate.timer | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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