Created symlink for cachyos-rate-mirrors.timer?

Today’s update featured this line:

Created symlink '/etc/systemd/system/timers.target.wants/cachyos-rate-mirrors.timer' → '/usr/lib/systemd/system/cachyos-rate-mirrors.timer'.

and systemctl list-timers now features:

Thu 2026-03-19 06:55:50 CET        4 days Sat 2026-03-14 06:55:50 CET  4min 5s ago cachyos-rate-mirrors.timer       cachyos-rate-mirrors.service

Does that mean that cachyos-rate-mirrors is now executed every five days?

Edit/Update: Perplexity warns me about

  • Automatic mirror rewriting: Every 5 days your Arch/CachyOS mirrorlists will be regenerated automatically. If you maintain custom mirrorlists (e.g., pinned to a local/corporate mirror, or a specific country), this timer can overwrite that and cause unexpected routing, different repos, or compliance issues.
  • Offline / flaky networks: If the timer runs while you are offline or on a bad connection, mirror updates may fail or produce a suboptimal mirrorlist, impacting future update performance until fixed manually.

So, if this is a new configuration in CachOS or whatever, will this change potentially lead to more problems than it solves? Was this change announced somewhere?

It’s always a trade-off. You follow the forums, so you might have noticed that many of the recent problems have been solved by updating the mirror list.

I don’t think it will introduce more errors. If you really want to manage your mirrorlist manually, you’re always free to do so.

A sensible default is updating the list automatically.

There was a related pull request that now is merged:

To everyone: it seems to me that this new automation brings more problems than it promises to solve:

So I disabled it:

    systemctl disable --now cachyos-rate-mirrors.timer
    systemctl disable --now cachyos-rate-mirrors.service

I also use custom mirrors and don’t want them changed.
But when i tried to disable the service, I got a wierd error. So I ended up stopping both the timer and service, and then masking both the timer and the service.

I like to do all my updates manually and I filter out certain countries in my mirrors.

Thanks for posting this discussion.