forked from pool/logrotate
Accepting request 239268 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/239268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/logrotate?expand=0&rev=45
This commit is contained in:
commit
93d95d9672
@ -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
|
Thu Apr 3 17:16:40 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -5,7 +5,8 @@ Documentation=man:logrotate(8) man:logrotate.conf(5)
|
|||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=daily
|
OnCalendar=daily
|
||||||
AccuracySec=12h
|
AccuracySec=12h
|
||||||
Persistent=true
|
# not supported by our systemd (210) yet
|
||||||
|
#Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
Loading…
x
Reference in New Issue
Block a user