Difference between revisions of "Unattended-Upgrades Automatically Rebooting The System"

From TheBeard Science Project Wiki
Jump to: navigation, search
(Created page with " When you enable automatic installation of security upgrades, it uses the <i>unattended-upgrades</i> service to managed the upgrades. If you want to make sure that this servic...")
 
(No difference)

Latest revision as of 16:30, 10 January 2017

When you enable automatic installation of security upgrades, it uses the unattended-upgrades service to managed the upgrades. If you want to make sure that this service does not automatically reboot the system, follow this procedure:

  1. Edit the file /etc/apt/apt.conf.d/50unattended-upgrades and add or edit the line: Unattended-Upgrade::Automatic-Reboot "false";
  2. Restart the service:
    sudo service unattended-upgrades restart