Right, so according to
I0f4ro@tutra.io's advice, I changed the line "
'Unattended-
Upgrade::Automatic-Reboot "false" to
'Unattended-
Upgrade::Automatic-Reboot "true" in
/etc/apt/apt.conf.d/50unattended-
upgrades. Upon checking
/etc/apt/apt.conf.d/20auto-
upgrades I see the lines:
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";
What I am doing is running a small web server via a Debian Linux VPS, which I am trying to use Unattended Upgrades to keep the software for this web server and he OS Kernel up to date automatically. Based on what I see it looks like it is working. Will this restart the OS and all processes I have to restart via Chron automatically? Thx.