Hi, I'm also running into this issue.
On Sun, Dec 04 2016, Uli Schlachter wrote: > I had the same problem and I can confirm that creating the following > file fixed this issue for me: > > $ cat /etc/systemd/system/apt-daily.timer.d/10-depend-on-network.conf > [Unit] > After=network-online.target I tried adding the dependency (and to the service as well), but it does not work. The `network-online.target` is not deactivated on my setup when suspending. It rather stays active across suspend/resume cycles and the requirement for the apt-daily unit(s) is always met. Did you change anything on that regard? Cheers, Philipp