RPM-OSTREED.CONF(5) | rpm-ostreed.conf | RPM-OSTREED.CONF(5) |
NAME¶
rpm-ostreed.conf - rpm-ostree daemon configuration file
SYNOPSIS¶
/etc/rpm-ostreed.conf
DESCRIPTION¶
This file configures the rpm-ostree daemon.
OPTIONS¶
All options are configured in the "[Daemon]" section. Available options are:
AutomaticUpdatePolicy=
Finally, the "stage" policy downloads and unpacks the update, performing any package layering. Only a small amount of work is left to be performed at shutdown time via the ostree-finalize-staged.service systemd unit.
IdleExitTimeout=
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¶
rpm-ostree(1) rpm-ostreed-automatic.service(8) rpm-ostreed-automatic.timer(8)
rpm-ostree |