Skip to content

Commit

Permalink
finetune apt daily upgrade timer
Browse files Browse the repository at this point in the history
  • Loading branch information
kiekerjan committed Apr 5, 2024
1 parent 89bc37f commit bc97e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ mkdir -p /etc/systemd/system/apt-daily-upgrade.timer.d
cat > /etc/systemd/system/apt-daily-upgrade.timer.d/override.conf <<EOF;
[Timer]
OnCalendar=
OnCalendar=*-*-* 23:30
OnCalendar=*-*-* 1:30
EOF

# ### Firewall
Expand Down

0 comments on commit bc97e2c

Please sign in to comment.