From 91d19792144cf7c39614c33af97e47ce1b010f33fff4f15ca9bfbd3b071826b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Wed, 20 May 2015 18:59:04 +0000 Subject: [PATCH] Accepting request 308064 from home:elvigia:branches:Base:System - Enable Persistent timer since we are now in systemd 219. OBS-URL: https://build.opensuse.org/request/show/308064 OBS-URL: https://build.opensuse.org/package/show/Base:System/logrotate?expand=0&rev=43 --- logrotate.changes | 5 +++++ logrotate.spec | 2 +- logrotate.timer | 3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/logrotate.changes b/logrotate.changes index 9f046b0..c0a8778 100644 --- a/logrotate.changes +++ b/logrotate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 19 23:42:27 UTC 2015 - crrodriguez@opensuse.org + +- Enable Persistent timer since we are now in systemd 219. + ------------------------------------------------------------------- Fri Feb 20 11:04:12 UTC 2015 - p.drouand@gmail.com diff --git a/logrotate.spec b/logrotate.spec index 39942a8..44fc6e5 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,7 +1,7 @@ # # spec file for package logrotate # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/logrotate.timer b/logrotate.timer index 0d4da5a..01a5c99 100644 --- a/logrotate.timer +++ b/logrotate.timer @@ -5,8 +5,7 @@ Documentation=man:logrotate(8) man:logrotate.conf(5) [Timer] OnCalendar=daily AccuracySec=12h -# not supported by our systemd (210) yet -#Persistent=true +Persistent=true [Install] WantedBy=timers.target