kontena / pharos-host-upgrades

Kube DaemonSet for host OS upgrades
Apache License 2.0
41 stars 1 forks source link

Ubuntu: Consider using /usr/lib/apt/apt.systemd.daily #11

Open SpComb opened 6 years ago

SpComb commented 6 years ago

The ubuntu apt-daily timer/service uses /usr/lib/apt/apt.systemd.daily to invoke apt-get update and unattended-upgrades.

We might consider using the same wrapper script, because it also includes additional functionality like apt-get clean etc.