diff options
author | Paul Wise <pabs@debian.org> | 2022-03-01 08:28:39 +0800 |
---|---|---|
committer | Paul Wise <pabs@debian.org> | 2022-03-02 18:27:17 +0800 |
commit | c6f016200291e7e719f15de4f9a6ad9596c5110b (patch) | |
tree | 679118e70bf0e3819602e3c229cc68588b096d69 /debian/apt.systemd.daily | |
parent | 409ee5821500f140896715a516ec8ffa008de789 (diff) |
Document the APT::Periodic interval suffixes and "always" value
Without documentation these options will see much less use.
Fixes: commit 1d9e29c9e2a5591b42a99a721b901fc003ed9149
Suggested-by: kibi on #debian-devel
Diffstat (limited to 'debian/apt.systemd.daily')
-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 # |