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.
9 lines
170 B
Django/Jinja
9 lines
170 B
Django/Jinja
[Unit]
|
|
Description=Daily apt upgrade and clean activities
|
|
After=apt-daily.timer
|
|
|
|
[Timer]
|
|
OnCalendar={{ update.apt_daily_upgrade_time }}
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|