Por que o servidor Ubuntu não reinicia automaticamente?

Por que o servidor Ubuntu não reinicia automaticamente?

Em um servidor Ubuntu 16.04, tenho o AutomaticSecurityUpdates ativado, o que funciona bem. Também quero que ele reinicie automaticamente à noite, se necessário. Para isso eu tenho o seguinte /etc/apt/apt.conf.d/50unattended-upgrades:

// Automatically reboot *WITHOUT CONFIRMATION*
//  if the file /var/run/reboot-required is found after the upgrade
Unattended-Upgrade::Automatic-Reboot "true";

// If automatic reboot is enabled and needed, reboot at the specific
// time instead of immediately
//  Default: "now"
Unattended-Upgrade::Automatic-Reboot-Time "02:00";

Já faz dois dias que está assim, mas quando faço o ssh ainda vejo *** System restart required ***e o tempo de atividade é de mais de 7 dias.

Alguém sabe por que isso não está funcionando?

informação relacionada