Merge pull request #1584 from jberry-suse/metrics-access-timer-skip

systemd/metrics-access.timer: skip Monday to avoid conflict with metrics.timer.
This commit is contained in:
Stephan Kulow 2018-06-19 06:30:29 +02:00 committed by GitHub
commit d99640fb2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,9 @@ Description=openSUSE Release Tools: metrics - access logs
[Timer]
OnBootSec=120
# Allow for log rotation to take place on download server.
OnCalendar=*-*-* 4:00:00
# Skip Monday during which osrt-metrics@.service are run as openSUSE:Factory
# takes 5 hours and uses up most of the RAM on machine.
OnCalendar=Tue..Sun *-*-* 4:00:00
Unit=osrt-metrics-access.service
[Install]