Skip to content
Snippets Groups Projects
Commit 5257b651 authored by Morten Linderud's avatar Morten Linderud :surfer: Committed by Kristian Klausen
Browse files

debuginfod: Sync packages every minute

parent 1c1b585b
No related branches found
No related tags found
1 merge request!168debuginfod: Implement role
[Unit]
Description=Sync package lists every hour
Description=Sync package lists every minute
[Timer]
OnCalendar=hourly
OnCalendar=minutely
AccuracySec=1m
Persistent=true
......
[Unit]
Description=Sync debug packages every 4 hours
Description=Sync debug packages every minute
[Timer]
OnCalendar=00/4:00
OnCalendar=minutely
AccuracySec=1m
Persistent=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment