Enable Unattended-Upgrade::MailOnlyOnError (Closes Redmine#3740).
This commit is contained in:
parent
c7322addd5
commit
66433e665e
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ Unattended-Upgrade::Allowed-Origins {
|
|||
APT::Periodic::Update-Package-Lists "1";
|
||||
APT::Periodic::Unattended-Upgrade "1";
|
||||
Unattended-Upgrade::Mail "root";
|
||||
Unattended-Upgrade::MailOnlyOnError "true";
|
||||
|
||||
APT::UnattendedUpgrades::LogDir "/var/log/";
|
||||
APT::UnattendedUpgrades::LogFile "unattended_upgrades.log";
|
||||
|
|
Loading…
Reference in a new issue