Fixed unattended upgrades and configure time for updates/upgrades
Previously only unattended updates (i.e. apt update) was working. Unattended upgrades (i.e. apt upgrade) are disabled by default and needed to be enabled with a config file.
This commit is contained in:
parent
d5a9e6bd05
commit
075823ffb5
5 changed files with 64 additions and 2 deletions
8
templates/apt-daily.timer.j2
Normal file
8
templates/apt-daily.timer.j2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Daily apt download activities
|
||||
|
||||
[Timer]
|
||||
OnCalendar={{ update.apt_daily_time }}
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue