diff --git a/src/Fox_PVE_Apt_Daily_Upgrade.conf b/src/Fox_PVE_Apt_Daily_Upgrade.conf new file mode 100644 index 0000000..4a89161 --- /dev/null +++ b/src/Fox_PVE_Apt_Daily_Upgrade.conf @@ -0,0 +1,22 @@ +### Editing /etc/systemd/system/apt-daily-upgrade.timer.d/override.conf +### Anything between here and the comment below will become the new contents of the file + +[Timer] +OnCalendar= +OnCalendar=02:00 +RandomizedDelaySec=0 + +### Lines below this comment will be discarded + +### /lib/systemd/system/apt-daily-upgrade.timer +# [Unit] +# Description=Daily apt upgrade and clean activities +# After=apt-daily.timer +# +# [Timer] +# OnCalendar=*-*-* 6:00 +# RandomizedDelaySec=60m +# Persistent=true +# +# [Install] +# WantedBy=timers.target