Edit the timer for some time later
sudo systemctl edit apt-daily.timer
with this:
# apt-daily timer configuration override
[Timer]
OnBootSec=1d
OnUnitActiveSec=1d
AccuracySec=1h
RandomizedDelaySec=1d
To see if it works:
systemd-analyze blame
sudo systemctl edit apt-daily.timer
# apt-daily timer configuration override
[Timer]
OnBootSec=1d
OnUnitActiveSec=1d
AccuracySec=1h
RandomizedDelaySec=1d
systemd-analyze blame
No comments:
Post a Comment