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