diff options
author | Adam Spragg <adam@spra.gg> | 2022-03-17 12:01:38 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-03-17 12:01:38 +0000 |
commit | bdf37b08ad0dfc36a8af9bb3160ae6b492802b30 (patch) | |
tree | eca33ecc07712cb0b55e4fff4cce14a344fca081 /adu-download.timer | |
parent | f9621d88100d2e3ce6b0061d0789401e57c4b1e8 (diff) |
Change the download service to run hourly
Checking for new updates isn't resource-intensive, and the downloads
will happen one way or another - this just makes them happen sooner.
The main change here is that the desktop notification will happen
sooner, and once per hour. I think this is reasonable, as XDG
notifications don't interrupt the user's workflow, don't steal focus,
and don't even need to be dismissed. It's just a heads-up, and a
low-level reminder.
Diffstat (limited to 'adu-download.timer')
-rw-r--r-- | adu-download.timer | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/adu-download.timer b/adu-download.timer index 37df590..2f980e2 100644 --- a/adu-download.timer +++ b/adu-download.timer @@ -2,8 +2,7 @@ Description=Apt Desktop Upgrades package list updater/downloader [Timer] -OnCalendar=00,06,12,18:00 -AccuracySec=1h +OnCalendar=hourly [Install] WantedBy=timers.target |