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.
8 lines
131 B
Django/Jinja
8 lines
131 B
Django/Jinja
[Unit]
|
|
Description=Daily apt download activities
|
|
|
|
[Timer]
|
|
OnCalendar={{ update.apt_daily_time }}
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|