Comment 25 for bug 1690980

Revision history for this message
ethan.hsieh (ethan.hsieh) wrote :

@Brian
My test result with Balint's patch is in #22.

According to the previous test in #18, the behavior of my test script is different from apt-daily timer. If you want to reproduce this issue, creating override.conf would be a better way.
---
sudo cat << EOF > /etc/systemd/system/apt-daily.timer.d/override.conf
[Timer]
OnCalendar=
OnCalendar= *-*-* XX:YY
RandomizedDelaySec=1m
AccuracySec=1m
EOF
fi
PS: Please remember to modify XX:YY to the time you want.