diff options
| author | Julian Andres Klode <jak@debian.org> | 2022-03-04 13:38:42 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-03-04 13:38:42 +0000 |
| commit | d9ceab20a05e0d02ecd1038161965a7eaf8e4c06 (patch) | |
| tree | 679118e70bf0e3819602e3c229cc68588b096d69 | |
| parent | 409ee5821500f140896715a516ec8ffa008de789 (diff) | |
| parent | c6f016200291e7e719f15de4f9a6ad9596c5110b (diff) | |
Merge branch 'document-interval-suffixes-and-always' into 'main'
Document the APT::Periodic interval suffixes and "always" value
See merge request apt-team/apt!227
| -rwxr-xr-x | debian/apt.systemd.daily | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/apt.systemd.daily b/debian/apt.systemd.daily index 8e2168908..a258dd210 100755 --- a/debian/apt.systemd.daily +++ b/debian/apt.systemd.daily @@ -5,6 +5,12 @@ # Values here are the default. # Create /etc/apt/apt.conf.d/10periodic file to set your preference. # +# All of the n-days interval options also accept the suffixes +# s for seconds, m for minutes, h for hours, d for days or +# the "always" value to do the action for every job run, +# which can be used with systemd OnCalendar overrides to +# define custom schedules for the apt update/upgrade jobs. +# # Dir "/"; # - RootDir for all configuration files # |
