03-03-2020, 04:20 PM
Yes it appears these timers trigger unattended apt-get update and apt-get upgrade :-0 No sysadmin in their right mind would have these enabled on any production Linux system.
The obvious issues for moOde with auto-upgrades are breakage caused by failed upgrades or upgrades that result in changes to certain core packages for example PHP that break moOde dependencies.
from apt-daily-upgrade.service
from apt.systemd.daily
The obvious issues for moOde with auto-upgrades are breakage caused by failed upgrades or upgrades that result in changes to certain core packages for example PHP that break moOde dependencies.
Code:
pi@rp3:~ $ cat /lib/systemd/system/apt-daily-upgrade.service
pi@rp3:~ $ cat /usr/lib/apt/apt.systemd.daily
from apt-daily-upgrade.service
Code:
ExecStart=/usr/lib/apt/apt.systemd.daily install
from apt.systemd.daily
Code:
if [ "$1" = "install" ] || [ -z "$1" ] ; then
# auto upgrade all upgradeable packages