diff --git a/man/rpm-ostreed.conf.xml b/man/rpm-ostreed.conf.xml index fd3e6e1a..968ec328 100644 --- a/man/rpm-ostreed.conf.xml +++ b/man/rpm-ostreed.conf.xml @@ -103,6 +103,26 @@ Boston, MA 02111-1307, USA. + + Example + + Enabling the automatic updates "check" policy is a two step process. + First, edit /etc/rpm-ostreed.conf to include + AutomaticUpdatePolicy=check and then use + rpm-ostree reload to reload the rpm-ostreed + service. Next, enable the timer using + systemctl enable rpm-ostreed-automatic.timer --now + + When successful, the output from rpm-ostree status will + display output similar to the following: + + + $ rpm-ostree status + State: idle; auto updates enabled (check; last run 22min ago) + ... + + + See Also