openSUSE-release-tools/systemd/osrt-metrics-access.timer
Jimmy Berry 9341b740df systemd/metrics-access.timer: utilize compatible calendar format.
systemd 228 does not support this format and fails to load timer.
2018-09-19 22:22:53 -05:00

16 lines
508 B
SYSTEMD

[Unit]
Description=openSUSE Release Tools: metrics - access logs
[Timer]
OnBootSec=120
# Allow for log rotation to take place on download server.
# 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
# TODO Use the above once updated to Leap 15.0 with systemd that supports.
OnCalendar=Tue,Wed,Thu,Fri,Sat,Sun *-*-* 04:00:00
Unit=osrt-metrics-access.service
[Install]
WantedBy=timers.target