Blame etc/systemd/dnf-makecache.service

Packit 6f3914
[Unit]
Packit 6f3914
Description=dnf makecache
Packit 6f3914
# On systems managed by either rpm-ostree/ostree, dnf is read-only;
Packit 6f3914
# while someone might theoretically want the cache updated, in practice
Packit 6f3914
# anyone who wants that could override this via a file in /etc.
Packit 6f3914
ConditionPathExists=!/run/ostree-booted
Packit 6f3914
Packit 6f3914
After=network-online.target
Packit 6f3914
Packit 6f3914
[Service]
Packit 6f3914
Type=oneshot
Packit 6f3914
Nice=19
Packit 6f3914
IOSchedulingClass=2
Packit 6f3914
IOSchedulingPriority=7
Packit 6f3914
Environment="ABRT_IGNORE_PYTHON=1"
Packit 6f3914
ExecStart=/usr/bin/dnf makecache --timer