1RPM-OSTREED.CONF(5)            rpm-ostreed.conf            RPM-OSTREED.CONF(5)
2
3
4

NAME

6       rpm-ostreed.conf - RPM-OSTree daemon configuration file
7

SYNOPSIS

9       /etc/rpm-ostreed.conf
10

DESCRIPTION

12       This file configures the RPM-OSTree daemon.
13

OPTIONS

15       All options are configured in the "[Daemon]" section. Available options
16       are:
17
18       AutomaticUpdatePolicy=
19           Controls the automatic update policy. Currently "none", "check", or
20           "stage". "none" disables automatic updates. "check" downloads just
21           enough metadata to check for updates and display them in rpm-ostree
22           status. Defaults to "none". The rpm-ostreed-automatic.timer(8) unit
23           determines the actual frequency of updates.
24
25           Finally, the "stage" policy downloads and unpacks the update,
26           performing any package layering. Only a small amount of work is
27           left to be performed at shutdown time via the
28           ostree-finalize-staged.service systemd unit.
29
30       IdleExitTimeout=
31           Controls the time in seconds of inactivity before the daemon exits.
32           Use 0 to disable auto-exit. Defaults to 60.
33

EXAMPLE

35       Enabling the automatic updates "check" policy is a two step process.
36       First, edit /etc/rpm-ostreed.conf to include
37       AutomaticUpdatePolicy=check and then use rpm-ostree reload to reload
38       the rpm-ostreed service. Next, enable the timer using systemctl enable
39       rpm-ostreed-automatic.timer --now
40
41       When successful, the output from rpm-ostree status will display output
42       similar to the following:
43
44               $ rpm-ostree status
45               State: idle; auto updates enabled (check; last run 22min ago)
46               ...
47
48

SEE ALSO

50       rpm-ostree(1) rpm-ostreed-automatic.service(8) rpm-ostreed-
51       automatic.timer(8)
52
53
54
55rpm-ostree                                                 RPM-OSTREED.CONF(5)
Impressum