Blame etc/systemd/dnf-automatic-download.service

Packit Service 21c75c
[Unit]
Packit Service 21c75c
Description=dnf automatic download updates
Packit Service 21c75c
# See comment in dnf-makecache.service
Packit Service 21c75c
ConditionPathExists=!/run/ostree-booted
Packit Service 21c75c
After=network-online.target
Packit Service 21c75c
Packit Service 21c75c
[Service]
Packit Service 21c75c
Type=oneshot
Packit Service 21c75c
Nice=19
Packit Service 21c75c
IOSchedulingClass=2
Packit Service 21c75c
IOSchedulingPriority=7
Packit Service 21c75c
Environment="ABRT_IGNORE_PYTHON=1"
Packit Service 21c75c
ExecStart=/usr/bin/dnf-automatic /etc/dnf/automatic.conf --timer --downloadupdates --no-installupdates