SHA256
1
0
forked from pool/logrotate

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
This commit is contained in:
Tomáš Chvátal 2014-07-02 09:30:13 +00:00 committed by Git OBS Bridge
parent 0fa22a87a3
commit 06a1166f9a
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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
WantedBy=timers.target